Remove eslint binary from package.json - provided by Nix devshell

Nix provides the eslint binary while package.json provides framework-specific
plugins (eslint-config-next). This separates tooling binaries from config packages.
This commit is contained in:
♥ Minnie ♥ 2025-11-23 20:16:02 +08:00
parent 1f1a1f347d
commit 99b5fa33e8
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -19,7 +19,6 @@
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "^9.0.0",
"eslint-config-next": "^15.0.0",
"postcss": "^8.4.0",
"tailwindcss": "^4.0.0",