amati/.eslintrc.json
2024-01-22 23:08:36 +07:00

11 lines
208 B
JSON

{
"extends": "next/core-web-vitals",
"plugins": ["@typescript-eslint"],
"parserOptions": {
"project": "./tsconfig.json"
},
"rules": {
"@typescript-eslint/no-floating-promises": "warn"
}
}