[chai-string] Remove unused lint exceptions (#48060)

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

View File

@ -1,17 +1,14 @@
{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"comment-format": false,
"dt-header": false,
"no-consecutive-blank-lines": false,
"no-padding": 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,
"space-before-function-paren": false,
"trim-file": false
}