Skip to content

Commit 70356eb

Browse files
committed
Temporarily remove ESLint to fix build
1 parent 8e258d7 commit 70356eb

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

.eslintrc.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"main": "index.js",
55
"scripts": {
66
"test": "jest",
7-
"lint": "eslint . --ext .js",
87
"format": "prettier --write .",
98
"prepare": "husky install"
109
},
@@ -21,14 +20,9 @@
2120
"license": "MIT",
2221
"description": "Centralized error handling for Next.js API routes with custom error classes.",
2322
"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",
2823
"globals": "^15.11.0",
2924
"husky": "^9.1.6",
3025
"jest": "^29.7.0",
31-
"lint-staged": "^15.2.10",
3226
"prettier": "^3.3.3"
3327
}
3428
}

0 commit comments

Comments
 (0)