30
30
" @stylistic/block-opening-brace-newline-after " : null
31
31
" @stylistic/block-opening-brace-newline-before " : null
32
32
" @stylistic/block-opening-brace-space-after " : null
33
- " @stylistic/block-opening-brace-space-before " : null
33
+ " @stylistic/block-opening-brace-space-before " : always
34
34
" @stylistic/color-hex-case " : lower
35
35
" @stylistic/declaration-bang-space-after " : never
36
36
" @stylistic/declaration-bang-space-before " : null
@@ -140,7 +140,7 @@ rules:
140
140
function-disallowed-list : null
141
141
function-linear-gradient-no-nonstandard-direction : true
142
142
function-name-case : lower
143
- function-no-unknown : null
143
+ function-no-unknown : true
144
144
function-url-no-scheme-relative : null
145
145
function-url-quotes : always
146
146
function-url-scheme-allowed-list : null
@@ -168,7 +168,7 @@ rules:
168
168
no-duplicate-selectors : true
169
169
no-empty-source : true
170
170
no-invalid-double-slash-comments : true
171
- no-invalid-position-at-import-rule : null
171
+ no-invalid-position-at-import-rule : [true, ignoreAtRules: [tailwind]]
172
172
no-irregular-whitespace : true
173
173
no-unknown-animations : null
174
174
no-unknown-custom-properties : null
@@ -181,6 +181,7 @@ rules:
181
181
rule-empty-line-before : null
182
182
rule-selector-property-disallowed-list : null
183
183
scale-unlimited/declaration-strict-value : [[/color$/, font-weight], {ignoreValues: /^(inherit|transparent|unset|initial|currentcolor|none)$/, ignoreFunctions: false, disableFix: true, expandShorthand: true}]
184
+ selector-anb-no-unmatchable : true
184
185
selector-attribute-name-disallowed-list : null
185
186
selector-attribute-operator-allowed-list : null
186
187
selector-attribute-operator-disallowed-list : null
0 commit comments