mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 09:03:36 +00:00
16 lines
364 B
JSON
16 lines
364 B
JSON
{
|
|
"extends": ["next/core-web-vitals", "prettier"],
|
|
"plugins": ["@typescript-eslint", "eslint-plugin-react-compiler"],
|
|
"parser": "@typescript-eslint/parser",
|
|
"overrides": [
|
|
{
|
|
"files": ["*.ts", "*.tsx"],
|
|
"parserOptions": {
|
|
"project": "./tsconfig.json"
|
|
}
|
|
}
|
|
],
|
|
"rules": {
|
|
"react-compiler/react-compiler": "warn"
|
|
}
|
|
}
|