felia/apps/about-me/.eslintrc.json

12 lines
295 B
JSON
Raw Normal View History

2022-11-15 17:03:19 +00:00
{
"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"
}
}