aboutsummaryrefslogtreecommitdiff
path: root/.stylelintrc.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-01-20 11:08:17 +0300
committerGravatar Vitaly Takmazov2019-01-20 11:08:17 +0300
commit49783464242dd628668869699c67d427da3c9525 (patch)
tree74420efb27d34a3a0d979f923a31fb623f9953d2 /.stylelintrc.json
parentd3c6a54c0ac644a14d2f6d43f780fcb5a4ad130e (diff)
Use stylelint as postcss plugin
Diffstat (limited to '.stylelintrc.json')
-rw-r--r--.stylelintrc.json1
1 files changed, 1 insertions, 0 deletions
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,