Skip to content

Commit

Permalink
Simplify linting config
Browse files Browse the repository at this point in the history
Remove superfluous options
  • Loading branch information
jessety committed Oct 24, 2021
1 parent 9ae686c commit d3d6ea4
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 @@ -4,10 +4,6 @@
"linebreak-style": ["warn", "unix"]
},
"overrides": [
{
"files": ["**/*.{js,cjs,mjs}"],
"extends": "@jessety/eslint-config/javascript"
},
{
"files": ["**/*.test.{ts,js,cjs,mjs}"],
"env": { "jest": true },
Expand Down

0 comments on commit d3d6ea4

Please sign in to comment.