[chai-jquery] Remove unused lint exceptions (#48058)

This commit is contained in:
Jack Bates 2020-09-23 13:47:07 -07:00 committed by GitHub
parent 6bc7f52f53
commit 78b412a0f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,17 +3,14 @@
"rules": {
"adjacent-overload-signatures": false,
"ban-types": false,
"callable-types": false,
"comment-format": false,
"dt-header": false,
"jsdoc-format": false,
"max-line-length": false,
"no-consecutive-blank-lines": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-var-keyword": false,
"prefer-const": false,
"prefer-method-signature": false,
"trim-file": false,
"unified-signatures": false
}