[bucks] Remove unused lint exceptions (#48032)

This commit is contained in:
Jack Bates 2020-09-23 13:41:44 -07:00 committed by GitHub
parent 395ab3d7d5
commit 217308ecb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,12 @@
{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"dt-header": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-var-keyword": false,
"one-line": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-method-signature": false,
"semicolon": false,
"space-before-function-paren": false,
"typedef-whitespace": false,