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": [
|
"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,
|
||||||
|
Reference in New Issue
Block a user