[brorand] Remove unused lint exceptions (#48026)

This commit is contained in:
Jack Bates 2020-09-23 13:42:43 -07:00 committed by GitHub
parent 44fb82be76
commit 8b7876c95a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,9 @@
{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"dt-header": false,
"interface-over-type-literal": false,
"no-consecutive-blank-lines": false,
"no-redundant-jsdoc": false,
"prefer-const": false,
"prefer-method-signature": false
"prefer-const": false
}
}