We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6da8b commit 95b751dCopy full SHA for 95b751d
.eslintrc.json
@@ -46,13 +46,13 @@
46
"error",
47
"after"
48
],
49
+ "prefer-template": "error",
50
"semi": [
51
52
"never"
53
54
"unicorn/explicit-length-check": "off",
55
"unicorn/no-array-callback-reference": "off",
- "unicorn/no-array-for-each": "off",
56
"unicorn/no-array-method-this-argument": "off",
57
"unicorn/no-null": "off",
58
"unicorn/no-unused-properties": "error",
.stylelintrc
@@ -26,12 +26,6 @@
26
"ignore": "local"
27
}
28
29
- "scss/selector-no-union-class-name": true,
30
- "value-keyword-case": [
31
- "lower",
32
- {
33
- "camelCaseSvgKeywords": true
34
- }
35
- ]
+ "scss/selector-no-union-class-name": true
36
37
0 commit comments