We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a141ea0 commit 30e55b7Copy full SHA for 30e55b7
cvat-ui/.eslintrc.js
@@ -17,6 +17,7 @@ module.exports = {
17
'@typescript-eslint',
18
'import',
19
],
20
+ 'ignorePatterns': ['*.svg', '*.scss'],
21
'extends': [
22
'plugin:@typescript-eslint/recommended',
23
'airbnb-typescript',
0 commit comments