Add stylelint-scss plugin

This adds extra SCSS-specific rules. In particular, there's a modified at rule
processing rule which understands `mixin` and friends.
This commit is contained in:
J. Ryan Stinnett
2019-07-10 16:56:40 +01:00
parent dd2079bffc
commit 6c9bf25199
3 changed files with 36 additions and 0 deletions
+1
View File
@@ -153,6 +153,7 @@
"source-map-loader": "^0.2.3",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.9.0",
"walk": "^2.3.9",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1"