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