bb-plane-fork/packages/eslint-config/package.json
2025-09-01 19:38:21 +05:30

23 lines
576 B
JSON

{
"name": "@plane/eslint-config",
"private": true,
"version": "1.0.0",
"license": "AGPL-3.0",
"files": [
"library.js",
"next.js",
"server.js"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"eslint": "8.57.1",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.12.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^5.2.0",
"typescript": "5.8.3"
}
}