[clone] Remove unused lint exceptions (#48083)

This commit is contained in:
Jack Bates 2020-09-23 14:19:02 -07:00 committed by GitHub
parent 0931195c94
commit b65801b443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,7 @@
{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"dt-header": false,
"max-line-length": false,
"no-redundant-jsdoc": false,
"no-var-keyword": false,
"prefer-const": false,
"prefer-method-signature": false,
"semicolon": false,
"trim-file": false
"semicolon": false
}
}