mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
restore tslint file
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user