[blocks] Remove unused lint exceptions (#48002)

This commit is contained in:
Jack Bates 2020-09-23 14:59:10 -07:00 committed by GitHub
parent 4026dc376a
commit a19d0722ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,7 @@
"extends": "dtslint/dt.json",
"rules": {
"ban-types": false,
"callable-types": false,
"dt-header": false,
"eofline": false,
"jsdoc-format": false,
"no-consecutive-blank-lines": false,
"no-construct": false,
@ -12,14 +10,12 @@
"no-duplicate-variable": false,
"no-empty-interface": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-single-declare-module": false,
"no-trailing-whitespace": false,
"no-var-keyword": false,
"object-literal-shorthand": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-method-signature": false,
"prefer-template": false,
"semicolon": false,
"trim-file": false,