Skip to content

Commit 87c73dd

Browse files
committed
3.2.2 final
1 parent 848f4af commit 87c73dd

7 files changed

+2295
-102
lines changed

.eslintrc.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"es2020": true,
66
"node": true
77
},
8-
"plugins": [ "css" ],
9-
"extends": [ "eslint:recommended", "plugin:css/recommended" ],
8+
"extends": [ "eslint:recommended" ],
109
"parserOptions": {
1110
"ecmaVersion": "2020"
1211
},

.stylelintrc.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"extends": [ "stylelint-config-standard" ],
3+
"rules": {
4+
"at-rule-empty-line-before": null,
5+
"color-function-notation": "legacy",
6+
"comment-empty-line-before": null,
7+
"property-no-vendor-prefix": null,
8+
"rule-empty-line-before": null
9+
}
10+
}

0 commit comments

Comments
 (0)