Skip to content

Commit 4e43aa6

Browse files
committed
enable reportUnscopedDisables and reportInvalidScopeDisables
1 parent 4317515 commit 4e43aa6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stylelint.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ const cssVarFiles = [
1010

1111
export default defineConfig({
1212
extends: 'stylelint-config-recommended',
13+
reportUnscopedDisables: true,
1314
reportNeedlessDisables: true,
15+
reportInvalidScopeDisables: true,
1416
plugins: [
1517
'stylelint-declaration-strict-value',
1618
'stylelint-declaration-block-no-ignored-properties',

0 commit comments

Comments
 (0)