mirror of
https://github.com/ershisan99/todolist_next.git
synced 2026-02-06 12:35:47 +00:00
wip
This commit is contained in:
@@ -4,7 +4,11 @@
|
||||
"project": "./tsconfig.json"
|
||||
},
|
||||
"plugins": ["@typescript-eslint"],
|
||||
"extends": ["next/core-web-vitals", "plugin:@typescript-eslint/recommended", "@it-incubator/eslint-config"],
|
||||
"extends": [
|
||||
"next/core-web-vitals",
|
||||
"plugin:@typescript-eslint/recommended",
|
||||
"@it-incubator/eslint-config"
|
||||
],
|
||||
"rules": {
|
||||
"@typescript-eslint/consistent-type-imports": "warn"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user