mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-21 21:40:49 +02:00
44 lines
792 B
JSON
44 lines
792 B
JSON
![]() |
{
|
||
|
"extends": "../.eslintrc.json",
|
||
|
"ignorePatterns": [
|
||
|
"!**/*"
|
||
|
],
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": [
|
||
|
"*.ts"
|
||
|
],
|
||
|
"parserOptions": {
|
||
|
"project": [
|
||
|
"e2e/tsconfig.app.json",
|
||
|
"e2e/tsconfig.spec.json",
|
||
|
"e2e/e2e/tsconfig.json"
|
||
|
],
|
||
|
"createDefaultProgram": true
|
||
|
},
|
||
|
"rules": {
|
||
|
"@angular-eslint/directive-selector": [
|
||
|
"error",
|
||
|
{
|
||
|
"type": "attribute",
|
||
|
"style": "camelCase"
|
||
|
}
|
||
|
],
|
||
|
"@angular-eslint/component-selector": [
|
||
|
"error",
|
||
|
{
|
||
|
"type": "element",
|
||
|
"style": "kebab-case"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"files": [
|
||
|
"*.html"
|
||
|
],
|
||
|
"rules": {}
|
||
|
}
|
||
|
]
|
||
|
}
|