Skip to content

Commit 3a9a171

Browse files
🐛 bug: style igrone js and typescript (#40)
* style igrone js and typescript * remove ignoreFiles
1 parent 6743e94 commit 3a9a171

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/stylelint.ts

+1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ module.exports = {
1818
'plugin/declaration-block-no-ignored-properties': true,
1919
'unit-no-unknown': [true, { ignoreUnits: ['rpx'] }],
2020
},
21+
ignoreFiles: ['**/*.js', '**/*.jsx', '**/*.tsx', '**/*.ts'],
2122
};

0 commit comments

Comments
 (0)