Skip to content

Commit 1f4fd6a

Browse files
committed
Change unknown rules into stylistic rules
1 parent 1ac0660 commit 1f4fd6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = {
4444
"@stylistic/declaration-block-semicolon-newline-before": "never-multi-line",
4545
"@stylistic/declaration-block-semicolon-space-after": "always-single-line",
4646
"@stylistic/declaration-block-semicolon-space-before": "never",
47-
"declaration-block-trailing-semicolon": "always",
47+
"@stylistic/declaration-block-trailing-semicolon": "always",
4848
"@stylistic/declaration-colon-space-after": "always-single-line",
4949
"@stylistic/declaration-colon-space-before": "never",
5050
"declaration-empty-line-before": "never",
@@ -65,13 +65,13 @@ module.exports = {
6565
"no-invalid-double-slash-comments": true,
6666
"no-unknown-animations": true,
6767
"@stylistic/number-no-trailing-zeros": true,
68-
"property-case": "lower",
68+
"@stylistic/property-case": "lower",
6969
"property-no-unknown": true,
7070
"@stylistic/selector-attribute-brackets-space-inside": "never",
7171
"@stylistic/selector-attribute-operator-space-after": "never",
7272
"@stylistic/selector-attribute-operator-space-before": "never",
7373
"selector-attribute-quotes": "always",
74-
"selector-combinator-space-after": "always",
74+
"@stylistic/selector-combinator-space-after": "always",
7575
"@stylistic/selector-combinator-space-before": "always",
7676
"@stylistic/selector-descendant-combinator-no-non-space": true,
7777
"@stylistic/selector-list-comma-newline-after": "always",

0 commit comments

Comments
 (0)