Skip to content

Commit

Permalink
chore: Hoist test ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Sep 27, 2020
1 parent feee448 commit ee3984d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
10 changes: 10 additions & 0 deletions .eslintrc.json
Expand Up @@ -5,6 +5,16 @@
},
"globals": {},
"extends": "eslint:recommended",
"overrides": [
{
"files": [
"test/**/*.js"
],
"env": {
"mocha": true
}
}
],
"rules": {
"no-bitwise": 2,
"curly": 2,
Expand Down
5 changes: 0 additions & 5 deletions test/.eslintrc

This file was deleted.

0 comments on commit ee3984d

Please sign in to comment.