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 b81e1ce commit e63126aCopy full SHA for e63126a
.eslintrc.js
@@ -10,7 +10,7 @@ module.exports = {
10
parser: '@typescript-eslint/parser',
11
parserOptions: {
12
project: ['./tsconfig.json', ]
13
- },
+ },
14
ignorePatterns: ['.eslintrc.js', '__tests__/**/*'],
15
root: true,
16
rules: {
0 commit comments