We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e258d7 commit 70356ebCopy full SHA for 70356eb
.eslintrc.js
package.json
@@ -4,7 +4,6 @@
4
"main": "index.js",
5
"scripts": {
6
"test": "jest",
7
- "lint": "eslint . --ext .js",
8
"format": "prettier --write .",
9
"prepare": "husky install"
10
},
@@ -21,14 +20,9 @@
21
20
"license": "MIT",
22
"description": "Centralized error handling for Next.js API routes with custom error classes.",
23
"devDependencies": {
24
- "@eslint/js": "^9.13.0",
25
- "eslint": "^9.13.0",
26
- "eslint-config-prettier": "^9.1.0",
27
- "eslint-plugin-prettier": "^5.2.1",
28
"globals": "^15.11.0",
29
"husky": "^9.1.6",
30
"jest": "^29.7.0",
31
- "lint-staged": "^15.2.10",
32
"prettier": "^3.3.3"
33
}
34
0 commit comments