[bounce.js] Remove unused lint exceptions (#48023)

This commit is contained in:
Jack Bates 2020-09-23 14:57:45 -07:00 committed by GitHub
parent 924fd6b5df
commit c6506c00ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,8 @@
"extends": "dtslint/dt.json",
"rules": {
"array-type": false,
"callable-types": false,
"dt-header": false,
"no-consecutive-blank-lines": false,
"no-redundant-jsdoc": false,
"no-var-keyword": false,
"npm-naming": [
true,
@ -14,7 +12,6 @@
}
],
"prefer-const": false,
"prefer-method-signature": false,
"semicolon": false,
"space-before-function-paren": false,
"trim-file": false,