[angular-formly] Remove unused lint exceptions (#47838)

This commit is contained in:
Jack Bates 2020-09-22 12:30:39 -07:00 committed by GitHub
parent 2c4849a1e1
commit a25f43d5bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,20 +3,17 @@
"rules": {
"array-type": false,
"ban-types": false,
"callable-types": false,
"comment-format": false,
"dt-header": false,
"interface-name": false,
"no-consecutive-blank-lines": false,
"no-declare-current-package": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-unnecessary-class": false,
"no-var-keyword": false,
"object-literal-shorthand": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-method-signature": false,
"semicolon": false,
"trim-file": false
}