mirror of
https://github.com/mit-regressions/viewer.git
synced 2025-04-18 18:10:17 -04:00
12 lines
295 B
JSON
12 lines
295 B
JSON
{
|
|
"parser": "@typescript-eslint/parser",
|
|
"parserOptions": {
|
|
"project": "./tsconfig.json"
|
|
},
|
|
"plugins": ["@typescript-eslint"],
|
|
"extends": ["next/core-web-vitals", "plugin:@typescript-eslint/recommended"],
|
|
"rules": {
|
|
"@typescript-eslint/consistent-type-imports": "warn"
|
|
}
|
|
}
|