Skip to content

Commit b386d9e

Browse files
committed
add stylelint-webpack-plugin with stylelint-config-standard and stylelint-scss
1 parent 665eb5c commit b386d9e

File tree

4 files changed

+1267
-42
lines changed

4 files changed

+1267
-42
lines changed

.stylelintrc.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"extends": "stylelint-config-standard",
3+
"plugins": [
4+
"stylelint-scss"
5+
],
6+
"rules": {
7+
"at-rule-no-unknown": null,
8+
"scss/at-rule-no-unknown": true,
9+
"number-leading-zero": "never"
10+
}
11+
}

0 commit comments

Comments
 (0)