Skip to content

Commit

Permalink
Drop eslint deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Neztore committed Aug 16, 2024
1 parent 1b6a59d commit 0f14dce
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "typings/index.d.ts",
"scripts": {
"docs": "jsdoc -c jsDocsConfig.json -r -t ./node_modules/better-docs",
"lint": "eslint lib/",
"lint": "standard lib/",
"test": "jest",
"postinstall": "node postinstall.mjs"
},
Expand Down Expand Up @@ -44,13 +44,6 @@
"auto": "^11.2.0",
"better-docs": "2.7.3",
"dotenv": "16.4.5",
"eslint": "^9.8.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-n": "^17.10.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^7.0.0",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"jsdoc": "4.0.3",
Expand Down

0 comments on commit 0f14dce

Please sign in to comment.