Fixed Compileation Errors

This commit is contained in:
Ahmad 2024-06-25 22:32:55 -04:00
parent 7544b9b302
commit 47280da469
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
3 changed files with 683 additions and 72 deletions

View file

@ -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"
}
}