Skip to content

Commit

Permalink
Remove override ESLint rule for tests
Browse files Browse the repository at this point in the history
aaaff33 で不要なESLintのルールの上書きを削除したが、
テスト用のファイルを対象とするものが抜けてしまっていた。
テスト用のものでも同様の処置を行う。
  • Loading branch information
ykzts committed Feb 25, 2017
1 parent c3b0f2e commit c73bf79
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions __tests__/.eslintrc.json
Expand Up @@ -3,8 +3,5 @@
"jest": true
},
"extends": "../.eslintrc.json",
"root": true,
"rules": {
"import/no-extraneous-dependencies": "off"
}
"root": true
}

0 comments on commit c73bf79

Please sign in to comment.