We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7f032 commit b57b120Copy full SHA for b57b120
.stylelintrc.json
@@ -0,0 +1,11 @@
1
+{
2
+ "extends": "stylelint-config-standard",
3
+ "rules": {
4
+ "at-rule-empty-line-before": null,
5
+ "color-hex-length": null,
6
+ "comment-empty-line-before": null,
7
+ "indentation": 4,
8
+ "number-leading-zero": null,
9
+ "rule-empty-line-before": null
10
+ }
11
+}
package.json
@@ -1,5 +1,6 @@
{
"devDependencies": {
- "eslint": "*"
+ "eslint": "*",
+ "stylelint-config-standard": "*"
}
0 commit comments