Files
myeasycms-v2/tooling/eslint/package.json
Giancarlo Buomprisco 5539d38cc2 chore: bump version to 2.18.1 and update AppBreadcrumbs component (#386)
- Incremented application version from 2.18.0 to 2.18.1 in package.json.
- Refactored AppBreadcrumbs component to use Next.js Link for improved navigation.
2025-10-14 14:18:19 +09: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.5.5",
"@types/eslint": "9.6.1",
"eslint-config-next": "15.5.5",
"eslint-config-turbo": "^2.5.8",
"typescript-eslint": "8.45.0"
},
"devDependencies": {
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"eslint": "^9.35.0",
"typescript": "^5.9.3"
},
"prettier": "@kit/prettier-config"
}