Skip to content

Commit 5fa1580

Browse files
authoredMay 16, 2024··
chore: Update dev dependencies
1 parent 14c3d7c commit 5fa1580

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed
 

‎package.json

-12
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@
2020
"node": ">=14",
2121
"npm": ">=8"
2222
},
23-
"lint-staged": {
24-
"*.js": [
25-
"eslint --fix"
26-
]
27-
},
2823
"prettier": {
2924
"bracketSpacing": false,
3025
"printWidth": 100,
@@ -91,13 +86,6 @@
9186
"chai": "^4.1.2",
9287
"chai-as-promised": "^7.1.1",
9388
"conventional-changelog-conventionalcommits": "^7.0.1",
94-
"eslint": "^8.46.0",
95-
"eslint-config-prettier": "^9.0.0",
96-
"eslint-import-resolver-typescript": "^3.5.5",
97-
"eslint-plugin-import": "^2.28.0",
98-
"eslint-plugin-mocha": "^10.1.0",
99-
"eslint-plugin-promise": "^6.1.1",
100-
"lint-staged": "^15.0.2",
10189
"mocha": "^10.0.0",
10290
"semantic-release": "^23.0.0",
10391
"sinon": "^17.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.