Skip to content

Commit 30e55b7

Browse files
committed
Do not check .svg & .scss by eslint
1 parent a141ea0 commit 30e55b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cvat-ui/.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module.exports = {
1717
'@typescript-eslint',
1818
'import',
1919
],
20+
'ignorePatterns': ['*.svg', '*.scss'],
2021
'extends': [
2122
'plugin:@typescript-eslint/recommended',
2223
'airbnb-typescript',

0 commit comments

Comments
 (0)