[bootstrap-maxlength] Remove unused lint exceptions (#48014)

This commit is contained in:
Jack Bates 2020-09-23 15:03:11 -07:00 committed by GitHub
parent a625e723cd
commit 37c94696c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,13 @@
"extends": "dtslint/dt.json",
"rules": {
"ban-types": false,
"callable-types": false,
"dt-header": false,
"no-consecutive-blank-lines": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"npm-naming": false,
"object-literal-shorthand": false,
"one-line": false,
"only-arrow-functions": false,
"prefer-method-signature": false,
"prefer-template": false,
"semicolon": false,
"space-before-function-paren": false,