[bardjs] Remove unused lint exceptions (#47980)

This commit is contained in:
Jack Bates 2020-09-23 14:12:51 -07:00 committed by GitHub
parent 24bc66995b
commit d1785c4d42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,15 +3,12 @@
"rules": {
"array-type": false,
"ban-types": false,
"callable-types": false,
"dt-header": false,
"no-namespace": false,
"no-redundant-jsdoc": false,
"no-var-keyword": false,
"one-variable-per-declaration": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-method-signature": false,
"semicolon": false
}
}