fix: eslint (#8185)

Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
This commit is contained in:
Aaron 2025-12-05 17:33:51 +07:00 committed by GitHub
parent 82c970ac4b
commit 85d90030cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
138 changed files with 5054 additions and 4747 deletions

View file

@ -1,11 +1,15 @@
{
"extends": "@plane/typescript-config/react-library.json",
"compilerOptions": {
"baseUrl": ".",
"exactOptionalPropertyTypes": false,
"noImplicitReturns": false,
"noUnusedLocals": false,
"noUnusedParameters": false,
"paths": {
"src/*": ["./src/*"],
"@/*": ["./src/core/*"],
"@/styles/*": ["./src/styles/*"],
"@/plane-editor/*": ["./src/ce/*"]
"@/plane-editor/*": ["./src/ce/*"],
"@/styles/*": ["./src/styles/*"]
}
},
"include": ["src/**/*", "index.d.ts"],