[angular-gettext] Remove unused lint exceptions (#47840)

This commit is contained in:
Jack Bates 2020-09-22 12:31:40 -07:00 committed by GitHub
parent 168649055b
commit 8367291a2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,21 +1,18 @@
{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"comment-format": false,
"dt-header": false,
"jsdoc-format": false,
"max-line-length": false,
"no-consecutive-blank-lines": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-reference-import": false,
"no-unnecessary-qualifier": false,
"no-var-keyword": false,
"object-literal-key-quotes": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-method-signature": false,
"prefer-template": false,
"space-before-function-paren": false,
"strict-export-declare-modifiers": false,