From 49783464242dd628668869699c67d427da3c9525 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 20 Jan 2019 11:08:17 +0300 Subject: Use stylelint as postcss plugin --- .stylelintrc.json | 1 + 1 file changed, 1 insertion(+) (limited to '.stylelintrc.json') diff --git a/.stylelintrc.json b/.stylelintrc.json index e1c32ef0..647b170f 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,6 +1,7 @@ { "extends": "stylelint-config-standard", "_rules_documentation" : "https://github.com/stylelint/stylelint/blob/master/docs/user-guide/rules.md", + "ignoreFiles": "node_modules/**", "rules": { "at-rule-empty-line-before": null, "color-hex-case": null, -- cgit v1.2.3