mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[alt] Remove unused lint exceptions (#47797)
This commit is contained in:
parent
3b86757d23
commit
b9ed5320fd
@ -4,21 +4,17 @@
|
||||
"adjacent-overload-signatures": false,
|
||||
"array-type": false,
|
||||
"ban-types": false,
|
||||
"callable-types": false,
|
||||
"comment-format": false,
|
||||
"dt-header": false,
|
||||
"interface-over-type-literal": false,
|
||||
"no-angle-bracket-type-assertion": false,
|
||||
"no-declare-current-package": false,
|
||||
"no-inferrable-types": false,
|
||||
"no-padding": false,
|
||||
"no-redundant-jsdoc": false,
|
||||
"no-unnecessary-generics": false,
|
||||
"no-unnecessary-qualifier": false,
|
||||
"no-var-keyword": false,
|
||||
"one-line": false,
|
||||
"prefer-const": false,
|
||||
"prefer-method-signature": false,
|
||||
"semicolon": false,
|
||||
"space-within-parens": false,
|
||||
"strict-export-declare-modifiers": false,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user