Skip to content

Commit 95b751d

Browse files
committed
build: update linters
1 parent dc6da8b commit 95b751d

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
"error",
4747
"after"
4848
],
49+
"prefer-template": "error",
4950
"semi": [
5051
"error",
5152
"never"
5253
],
5354
"unicorn/explicit-length-check": "off",
5455
"unicorn/no-array-callback-reference": "off",
55-
"unicorn/no-array-for-each": "off",
5656
"unicorn/no-array-method-this-argument": "off",
5757
"unicorn/no-null": "off",
5858
"unicorn/no-unused-properties": "error",

.stylelintrc

+1-7
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@
2626
"ignore": "local"
2727
}
2828
],
29-
"scss/selector-no-union-class-name": true,
30-
"value-keyword-case": [
31-
"lower",
32-
{
33-
"camelCaseSvgKeywords": true
34-
}
35-
]
29+
"scss/selector-no-union-class-name": true
3630
}
3731
}

0 commit comments

Comments
 (0)