Skip to content

Commit

Permalink
Remove ESLint config for *.spec.* files
Browse files Browse the repository at this point in the history
  • Loading branch information
vdegraaf committed Jan 17, 2025
1 parent 4041f07 commit 5934352
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@
"react/react-in-jsx-scope": "off",
"react/require-default-props": "off"
}
},
{
"files": ["*.spec.ts", "*.spec.tsx", "*.spec.js", "*.spec.jsx"],
"env": {
"jest": true
},
"rules": {}
}
]
}

0 comments on commit 5934352

Please sign in to comment.