Skip to content

Commit

Permalink
chore: remove unused ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
ludofischer committed Apr 26, 2024
1 parent 4014035 commit 83660a8
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,6 @@
},
"author": "Andy Jansson",
"license": "MIT",
"eslintConfig": {
"extends": [
"eslint:recommended",
"prettier"
],
"env": {
"node": true,
"es2017": true
},
"ignorePatterns": [
"src/parser.js"
],
"rules": {
"curly": "error"
}
},
"engines": {
"node": "^18.12 || ^20.9 || >=22.0"
},
Expand Down

0 comments on commit 83660a8

Please sign in to comment.