mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[cli] Remove unused lint exceptions (#48078)
This commit is contained in:
parent
b296940f4e
commit
e09f14add3
@ -2,18 +2,15 @@
|
||||
"extends": "dtslint/dt.json",
|
||||
"rules": {
|
||||
"array-type": false,
|
||||
"callable-types": false,
|
||||
"comment-format": false,
|
||||
"dt-header": false,
|
||||
"no-consecutive-blank-lines": false,
|
||||
"no-duplicate-variable": false,
|
||||
"no-redundant-jsdoc": false,
|
||||
"no-var-keyword": false,
|
||||
"one-variable-per-declaration": false,
|
||||
"only-arrow-functions": false,
|
||||
"prefer-conditional-expression": false,
|
||||
"prefer-const": false,
|
||||
"prefer-method-signature": false,
|
||||
"radix": false,
|
||||
"semicolon": false,
|
||||
"space-before-function-paren": false,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user