mirror of
https://github.com/sajenim/javascript-template.git
synced 2025-12-17 03:50:40 +08:00
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:
parent
1f1a1f347d
commit
99b5fa33e8
1 changed files with 0 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue