[angular-scroll] Remove unused lint exceptions (#47891)

This commit is contained in:
Jack Bates 2020-09-23 11:27:02 -07:00 committed by GitHub
parent 0d9fd11fb8
commit 7cdebc0af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,16 +3,13 @@
"rules": {
"adjacent-overload-signatures": false,
"ban-types": false,
"callable-types": false,
"dt-header": false,
"interface-name": false,
"no-consecutive-blank-lines": false,
"no-namespace": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-var-keyword": false,
"prefer-const": false,
"prefer-method-signature": false,
"trim-file": false,
"unified-signatures": false
}