[angulartics] Remove unused lint exceptions (#47910)

This commit is contained in:
Jack Bates 2020-09-23 13:08:42 -07:00 committed by GitHub
parent 7785a6b8a1
commit e0f7094f20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,12 @@
{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"comment-format": false,
"interface-name": false,
"no-consecutive-blank-lines": false,
"no-namespace": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"prefer-const": false,
"prefer-method-signature": false,
"semicolon": false,
"trim-file": false,
"typedef-whitespace": false,