[angular-growl-v2] Remove unused lint exceptions (#47842)

This commit is contained in:
Jack Bates 2020-09-22 12:33:07 -07:00 committed by GitHub
parent 05e0393a6a
commit ac09e93f7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,17 +3,14 @@
"rules": {
"array-type": false,
"ban-types": false,
"callable-types": false,
"interface-name": false,
"no-consecutive-blank-lines": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-reference-import": false,
"no-trailing-whitespace": false,
"no-unnecessary-qualifier": false,
"no-var-keyword": false,
"prefer-const": false,
"prefer-method-signature": false,
"strict-export-declare-modifiers": false,
"trim-file": false,
"typedef-whitespace": false,