mirror of
https://github.com/Xevion/icons.git
synced 2025-12-06 01:15:19 -06:00
24 lines
580 B
JSON
24 lines
580 B
JSON
{
|
|
"overrides": [
|
|
{
|
|
"extends": [
|
|
"plugin:@typescript-eslint/recommended-requiring-type-checking"
|
|
],
|
|
"files": ["*.ts", "*.tsx"],
|
|
"parserOptions": {
|
|
"project": "tsconfig.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",
|
|
"@typescript-eslint/ban-ts-comment": "warn"
|
|
}
|
|
}
|