25 lines
675 B
JSON
25 lines
675 B
JSON
|
{
|
||
|
"name": "@repo/eslint-config",
|
||
|
"version": "0.0.0",
|
||
|
"type": "module",
|
||
|
"private": true,
|
||
|
"exports": {
|
||
|
"./base": "./base.mjs",
|
||
|
"./next-js": "./next.mjs",
|
||
|
"./react-internal": "./react-internal.mjs"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@antfu/eslint-config": "^4.11.0",
|
||
|
"@eslint/js": "^9.23.0",
|
||
|
"@next/eslint-plugin-next": "^15.2.2",
|
||
|
"eslint": "^9.23.0",
|
||
|
"eslint-config-prettier": "^10.1.1",
|
||
|
"eslint-plugin-only-warn": "^1.1.0",
|
||
|
"eslint-plugin-react": "^7.37.4",
|
||
|
"eslint-plugin-react-hooks": "^5.2.0",
|
||
|
"eslint-plugin-turbo": "^2.4.4",
|
||
|
"globals": "^16.0.0",
|
||
|
"typescript": "^5.8.2",
|
||
|
"typescript-eslint": "^8.27.0"
|
||
|
}
|
||
|
}
|