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": [
{
"files": "src/**/*.ts",
"project": "src/tsconfig.app.json"
},
{
"files": "src/**/*.ts",
"project": "src/tsconfig.spec.json"
},
{
"files": "src/**/*.ts",
"project": "e2e/tsconfig.e2e.json"
}
],

View File

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