We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6743e94 commit 3a9a171Copy full SHA for 3a9a171
src/stylelint.ts
@@ -18,4 +18,5 @@ module.exports = {
18
'plugin/declaration-block-no-ignored-properties': true,
19
'unit-no-unknown': [true, { ignoreUnits: ['rpx'] }],
20
},
21
+ ignoreFiles: ['**/*.js', '**/*.jsx', '**/*.tsx', '**/*.ts'],
22
};
0 commit comments