[acc-wizard] Remove unused lint exceptions (#47636)

This commit is contained in:
Jack Bates 2020-09-17 11:26:17 -07:00 committed by GitHub
parent 8367978dfd
commit 3d6bcd1e00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,17 +2,13 @@
"extends": "dtslint/dt.json",
"rules": {
"ban-types": false,
"callable-types": false,
"dt-header": false,
"eofline": false,
"no-consecutive-blank-lines": false,
"no-redundant-jsdoc": false,
"no-trailing-whitespace": false,
"no-var-keyword": false,
"npm-naming": false,
"object-literal-shorthand": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-method-signature": false
"prefer-const": false
}
}