mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
20 lines
400 B
JSON
20 lines
400 B
JSON
{
|
|
"root": true,
|
|
"overrides": [
|
|
{
|
|
"files": ["*.ts"],
|
|
"parserOptions": {
|
|
"project": ["tsconfig.json"],
|
|
"createDefaultProgram": true
|
|
},
|
|
"extends": [
|
|
"@ionic/eslint-config/recommended"
|
|
],
|
|
"rules": {
|
|
"@typescript-eslint/consistent-type-imports": "off",
|
|
"@angular-eslint/component-class-suffix": "off"
|
|
}
|
|
}
|
|
]
|
|
}
|