mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-16 02:23:06 +00:00
Fixed Compileation Errors
This commit is contained in:
parent
7544b9b302
commit
47280da469
3 changed files with 683 additions and 72 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"extends": ["next/core-web-vitals", "prettier"],
|
||||
"plugins": ["@typescript-eslint"],
|
||||
"plugins": ["@typescript-eslint", "eslint-plugin-react-compiler"],
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"overrides": [
|
||||
{
|
||||
|
@ -9,5 +9,8 @@
|
|||
"project": "./tsconfig.json"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"rules": {
|
||||
"react-compiler/react-compiler": "warn"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue