diff options
author | alx | 2019-03-16 23:56:27 +0300 |
---|---|---|
committer | alx | 2019-03-16 23:56:27 +0300 |
commit | 06105f76dbfa3b65e63ed06f9c4d5107bd49ed88 (patch) | |
tree | 5702c01cec9688039d891f4a711878706101c1c5 /.stylelintrc.json | |
parent | 3ea4cd1942fa4e763034da11c5fa429407b67829 (diff) | |
parent | a49105285d0d7719d7f222a507af2d5ac5b4bdb1 (diff) |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to '.stylelintrc.json')
-rw-r--r-- | .stylelintrc.json | 1 |
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, |