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
1 changed files with 2 additions and 3 deletions

View File

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