Skip to content

Commit

Permalink
chore: merge __tests__ eslintrc.json with override
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Dec 18, 2021
1 parent ea6536b commit 44d6182
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
16 changes: 15 additions & 1 deletion .eslintrc.json
Expand Up @@ -23,5 +23,19 @@
"eslint-plugin/test-case-shorthand-strings": "error",
"node/no-unsupported-features": ["error", { "version": 6 }],
"prettier/prettier": "error"
}
},
"overrides": [
{
"files": ["__tests__/*.js"],
"plugins": ["jest"],
"extends": [
"eslint:recommended",
"plugin:jest/recommended",
"plugin:prettier/recommended"
],
"env": {
"jest/globals": true
}
}
]
}
7 changes: 0 additions & 7 deletions __tests__/.eslintrc.json

This file was deleted.

0 comments on commit 44d6182

Please sign in to comment.