mirror of
https://github.com/ershisan99/todolist_next.git
synced 2025-12-16 12:33:57 +00:00
16 lines
342 B
JSON
16 lines
342 B
JSON
{
|
|
"parser": "@typescript-eslint/parser",
|
|
"parserOptions": {
|
|
"project": "./tsconfig.json"
|
|
},
|
|
"plugins": ["@typescript-eslint"],
|
|
"extends": [
|
|
"next/core-web-vitals",
|
|
"plugin:@typescript-eslint/recommended",
|
|
"@it-incubator/eslint-config"
|
|
],
|
|
"rules": {
|
|
"@typescript-eslint/consistent-type-imports": "warn"
|
|
}
|
|
}
|