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 92b7c4b commit fd8a65cCopy full SHA for fd8a65c
.eslintrc
@@ -8,5 +8,6 @@
8
"rules": {
9
// Place to specify ESLint rules. Can be used to overwrite rules specified from the extended configs
10
// e.g. "@typescript-eslint/explicit-function-return-type": "off",
11
- }
+ },
12
+ "ignorePatterns": ["dist/"]
13
}
0 commit comments