Update angular lint config

pull/30/head
Florian Hartwich 2018-03-08 10:11:05 +01:00
parent f764bd52d5
commit 084edaa53c
2 changed files with 4 additions and 1 deletions

View File

@ -42,12 +42,15 @@
}, },
"lint": [ "lint": [
{ {
"files": "src/**/*.ts",
"project": "src/tsconfig.app.json" "project": "src/tsconfig.app.json"
}, },
{ {
"files": "src/**/*.ts",
"project": "src/tsconfig.spec.json" "project": "src/tsconfig.spec.json"
}, },
{ {
"files": "src/**/*.ts",
"project": "e2e/tsconfig.e2e.json" "project": "e2e/tsconfig.e2e.json"
} }
], ],

View File

@ -109,7 +109,7 @@
"component-selector": [ "component-selector": [
true, true,
"element", "element",
"cc", "",
"kebab-case" "kebab-case"
], ],
"use-input-property-decorator": true, "use-input-property-decorator": true,