mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-12-19 05:19:42 +08:00
31 lines
783 B
JSON
31 lines
783 B
JSON
{
|
|
"root": true,
|
|
"ignorePatterns": ["test/**/*", "src/directives/virtual-scroll/**/*"],
|
|
"overrides": [
|
|
{
|
|
"files": ["*.ts"],
|
|
"parserOptions": {
|
|
"project": ["tsconfig.json"],
|
|
"createDefaultProgram": true
|
|
},
|
|
"extends": [
|
|
"@ionic/eslint-config/recommended",
|
|
"plugin:@angular-eslint/recommended",
|
|
"plugin:@angular-eslint/template/process-inline-templates"
|
|
],
|
|
"rules": {
|
|
"@typescript-eslint/consistent-type-imports": "off",
|
|
"@angular-eslint/component-class-suffix": "off",
|
|
"@angular-eslint/component-selector": [
|
|
"error",
|
|
{
|
|
"type": "element",
|
|
"prefix": "ion",
|
|
"style": "kebab-case"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|