Skip to content

Commit

Permalink
Merge pull request #675 from artichoke/dev/purge-vestigial-eslint-con…
Browse files Browse the repository at this point in the history
…fig-package.json

Purge vestigial eslint config from package.json
  • Loading branch information
lopopolo authored Dec 25, 2024
2 parents 50c773b + 48f2de0 commit bf8e11b
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 bf8e11b

Please sign in to comment.