[buffer-compare] Remove unused lint exceptions (#48033)

This commit is contained in:
Jack Bates 2020-09-23 13:41:02 -07:00 committed by GitHub
parent 5673424028
commit 395ab3d7d5
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,
"no-consecutive-blank-lines": false,
"no-redundant-jsdoc": false,
"no-unnecessary-generics": false,
"prefer-method-signature": false,
"semicolon": false,
"trim-file": false
}