Files
myeasycms-v2/tooling/eslint/package.json
Giancarlo Buomprisco e403a6cd75 EsLint speedup (#161)
* Updated packages
* Fix Turbo TURBO_SCM_BASE
* Disable type-aware rules
2025-02-12 14:58:56 +08:00

30 lines
682 B
JSON

{
"name": "@kit/eslint-config",
"version": "0.2.0",
"private": true,
"type": "module",
"files": [
"./apps.js",
"./base.js",
"./nextjs.js"
],
"scripts": {
"clean": "rm -rf .turbo node_modules",
"format": "prettier --check \"**/*.{js,json}\""
},
"dependencies": {
"@next/eslint-plugin-next": "15.1.7",
"@types/eslint": "9.6.1",
"eslint-config-next": "15.1.7",
"eslint-config-turbo": "^2.4.1",
"typescript-eslint": "8.24.0"
},
"devDependencies": {
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"eslint": "^9.20.1",
"typescript": "^5.7.3"
},
"prettier": "@kit/prettier-config"
}