fix lint issues

This commit is contained in:
Art Lowel
2018-01-23 15:18:11 +01:00
parent 962d87173e
commit 643b715da2
7 changed files with 7 additions and 9 deletions

View File

@@ -117,7 +117,6 @@
"variable-declaration": "nospace" "variable-declaration": "nospace"
} }
], ],
"typeof-compare": true,
"unified-signatures": true, "unified-signatures": true,
"variable-name": [ "variable-name": [
true, true,
@@ -146,7 +145,6 @@
"ds", "ds",
"camelCase" "camelCase"
], ],
"invoke-injectable": true,
"no-input-rename": true, "no-input-rename": true,
"no-output-rename": true, "no-output-rename": true,
"templates-use-public": false, "templates-use-public": false,