- 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.
18 lines
336 B
JSON
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"
|
|
}
|
|
}
|