Update tslint.json
This commit is contained in:
parent
b064b97f2d
commit
9e2f5401d0
13
tslint.json
13
tslint.json
@ -9,23 +9,21 @@
|
|||||||
"curly": false,
|
"curly": false,
|
||||||
"eofline": false,
|
"eofline": false,
|
||||||
"forin": true,
|
"forin": true,
|
||||||
"indent": [true, 2],
|
"indent": [true, "spaces", 2],
|
||||||
"interface-name": true,
|
"interface-name": true,
|
||||||
"jsdoc-format": true,
|
"jsdoc-format": true,
|
||||||
"label-position": true,
|
"label-position": true,
|
||||||
"max-line-length": [true, 140],
|
"max-line-length": [true, 140],
|
||||||
"member-ordering": [true,
|
"member-ordering": false,
|
||||||
"public-before-private",
|
"no-shadowed-variable": false,
|
||||||
"static-before-instance",
|
|
||||||
"variables-before-functions"
|
|
||||||
],
|
|
||||||
"array-type": [true, "array"],
|
"array-type": [true, "array"],
|
||||||
|
"object-literal-sort-keys": false,
|
||||||
|
"trailing-comma": false,
|
||||||
"no-any": false,
|
"no-any": false,
|
||||||
"no-arg": true,
|
"no-arg": true,
|
||||||
"no-bitwise": true,
|
"no-bitwise": true,
|
||||||
"no-console": [true,
|
"no-console": [true,
|
||||||
"debug",
|
"debug",
|
||||||
"info",
|
|
||||||
"time",
|
"time",
|
||||||
"timeEnd",
|
"timeEnd",
|
||||||
"trace"
|
"trace"
|
||||||
@ -42,7 +40,6 @@
|
|||||||
"no-use-before-declare": false,
|
"no-use-before-declare": false,
|
||||||
"no-var-requires": true,
|
"no-var-requires": true,
|
||||||
"one-line": [true,
|
"one-line": [true,
|
||||||
"check-catch",
|
|
||||||
"check-whitespace"
|
"check-whitespace"
|
||||||
],
|
],
|
||||||
"quotemark": [true, "single"],
|
"quotemark": [true, "single"],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user