35 lines
975 B
JSON
35 lines
975 B
JSON
{
|
|
"name": "@kan/eslint-config",
|
|
"private": true,
|
|
"version": "0.3.0",
|
|
"type": "module",
|
|
"exports": {
|
|
"./base": "./base.js",
|
|
"./nextjs": "./nextjs.js",
|
|
"./react": "./react.js"
|
|
},
|
|
"scripts": {
|
|
"clean": "git clean -xdf .cache .turbo node_modules",
|
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@eslint/compat": "^1.2.3",
|
|
"@next/eslint-plugin-next": "^14.2.15",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-react": "^7.37.2",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"eslint-plugin-turbo": "^2.3.1",
|
|
"typescript-eslint": "^8.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"@kan/prettier-config": "workspace:*",
|
|
"@kan/tsconfig": "workspace:*",
|
|
"@types/eslint__js": "8.42.3",
|
|
"eslint": "catalog:",
|
|
"prettier": "catalog:",
|
|
"typescript": "catalog:"
|
|
},
|
|
"prettier": "@kan/prettier-config"
|
|
} |