build(docs-infra): update project structure to cli@9 9/12 (tslint.json) (#36015)

Update `tslint.json`.

PR Close #36015
This commit is contained in:
George Kalpakas 2020-03-17 22:28:47 +02:00 committed by Andrew Kushnir
parent dbbc8ef8a6
commit 9afd360eba

View File

@ -4,7 +4,7 @@
"array-type": false, "array-type": false,
"arrow-parens": false, "arrow-parens": false,
"deprecation": { "deprecation": {
"severity": "warn" "severity": "warning"
}, },
"component-class-suffix": true, "component-class-suffix": true,
"contextual-lifecycle": true, "contextual-lifecycle": true,
@ -60,7 +60,6 @@
"no-non-null-assertion": true, "no-non-null-assertion": true,
"no-redundant-jsdoc": true, "no-redundant-jsdoc": true,
"no-switch-case-fall-through": true, "no-switch-case-fall-through": true,
"no-use-before-declare": true,
"no-var-requires": false, "no-var-requires": false,
"object-literal-key-quotes": [ "object-literal-key-quotes": [
true, true,