Skip to content

Commit

Permalink
remove Jest-specific ESLint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastil committed Aug 18, 2024
1 parent c5b4b8c commit bca0970
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,6 @@
"import/no-default-export": "off"
}
},
{
"files": ["tests/**/*.ts"],
"extends": ["plugin:jest/recommended", "plugin:jest/style"]
},
{
"files": ["scripts/**/*.?(m|c)@(t|j)s"],
"rules": {
Expand Down

0 comments on commit bca0970

Please sign in to comment.