[colorbrewer] Remove unused lint exceptions (#48091)

This commit is contained in:
Jack Bates 2020-09-23 13:58:25 -07:00 committed by GitHub
parent 4666f45ce1
commit f48c83c1af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,11 @@
{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"dt-header": false,
"no-consecutive-blank-lines": false,
"no-declare-current-package": false,
"no-redundant-jsdoc": false,
"no-single-declare-module": false,
"no-var-keyword": false,
"prefer-method-signature": false,
"trim-file": false
}
}