Maxim Snesarev 3b3c88ed64 Integrate @next/eslint-plugin-next for enhanced linting support
- Added @next/eslint-plugin-next as a dependency in package.json.
- Updated eslint-config to include recommended rules and core web vitals from the Next.js plugin.
- Modified pnpm-lock.yaml to reflect new dependencies and their resolutions.
2026-04-03 00:23:02 +03:00

18 lines
336 B
JSON

{
"name": "@advdoors/eslint-config",
"version": "0.0.0",
"private": true,
"license": "MIT",
"type": "module",
"exports": {
"./base": "./base.js",
"./next": "./next.js"
},
"dependencies": {
"@eslint/js": "^9",
"@next/eslint-plugin-next": "^16.2.2",
"eslint": "^9",
"typescript-eslint": "^8"
}
}