Skip to content

Commit

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

Purge vestigial eslint config from package.json
  • Loading branch information
lopopolo authored Dec 25, 2024
2 parents d2f1f5a + cd8ad8e commit 083af27
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@
"devDependencies": {
"prettier": "^3.1.1"
},
"eslintConfig": {
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"node": true
}
},
"scripts": {
"fmt": "prettier --write \"**/*\"",
"fmt:sh": "shfmt -f . | grep -v node_modules | xargs shfmt -w -i 2 -ci -s",
Expand Down

0 comments on commit 083af27

Please sign in to comment.