restore tslint file

This commit is contained in:
Eugenio Romano
2018-07-09 11:15:05 +01:00
parent 5841407f16
commit fabcefeba6

View File

@@ -11,7 +11,8 @@
], ],
"ban": [ "ban": [
true, true,
"eval" "eval",
"fdescribe"
], ],
"class-name": true, "class-name": true,
"comment-format": [ "comment-format": [
@@ -55,6 +56,15 @@
"no-bitwise": false, "no-bitwise": false,
"no-conditional-assignment": true, "no-conditional-assignment": true,
"no-consecutive-blank-lines": true, "no-consecutive-blank-lines": true,
"no-console": [
true,
"log",
"debug",
"info",
"time",
"timeEnd",
"trace"
],
"no-construct": true, "no-construct": true,
"no-constructor-vars": false, "no-constructor-vars": false,
"no-debugger": true, "no-debugger": true,
@@ -150,7 +160,10 @@
"kebab-case" "kebab-case"
], ],
"naming-convention": [ "naming-convention": [
{"type": "enumMember", "format": "PascalCase"} {
"type": "enumMember",
"format": "PascalCase"
}
], ],
"ordered-imports": false, "ordered-imports": false,
"use-input-property-decorator": true, "use-input-property-decorator": true,