[calq] Remove unused lint exceptions (#48048)

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

View File

@ -1,13 +1,10 @@
{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"dt-header": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"object-literal-key-quotes": false,
"one-line": false,
"prefer-method-signature": false,
"space-within-parens": false,
"trim-file": false,
"typedef-whitespace": false,