We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d6c4e commit 44b508bCopy full SHA for 44b508b
1 file changed
.eslintrc
@@ -9,5 +9,10 @@
9
"rules": {
10
"@typescript-eslint/explicit-module-boundary-types": "off",
11
"@typescript-eslint/ban-ts-comment": "off"
12
- }
+ },
13
+ "ignorePatterns": [
14
+ "dist",
15
+ "vendor",
16
+ "**/interface.js"
17
+ ]
18
}
0 commit comments