* fix: lint config package updates * fix: tsconfig changes * fix: lint config setup * fix: lint errors and adding new rules * fix: lint errors * fix: ui and editor lints * fix: build error * fix: editor tsconfig * fix: lint errors * fix: types fixes --------- Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
21 lines
504 B
JSON
21 lines
504 B
JSON
{
|
|
"name": "@plane/eslint-config",
|
|
"private": true,
|
|
"version": "0.22.0",
|
|
"files": [
|
|
"library.js",
|
|
"next.js",
|
|
"server.js"
|
|
],
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^8.6.0",
|
|
"@typescript-eslint/parser": "^8.6.0",
|
|
"eslint": "8",
|
|
"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",
|
|
"typescript": "5.3.3"
|
|
}
|
|
}
|