Skip to content

Commit

Permalink
Purge vestigial eslint config from package.json
Browse files Browse the repository at this point in the history
This is a copy-paste legacy. This repo does not use eslint. This
config is not valid for the latest version of eslint@9.
  • Loading branch information
lopopolo committed Dec 25, 2024
1 parent 50c773b commit 48f2de0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,6 @@
"devDependencies": {
"prettier": "^3.4.1"
},
"eslintConfig": {
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"node": true
},
"parserOptions": {
"ecmaVersion": 2020,
"sourceType": "module"
}
},
"scripts": {
"fmt": "prettier --write \"**/*\""
}
Expand Down

0 comments on commit 48f2de0

Please sign in to comment.