mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[appframework] Remove unused lint exceptions (#47919)
This commit is contained in:
parent
a5d893abaf
commit
cdeec62660
@ -3,17 +3,14 @@
|
||||
"rules": {
|
||||
"arrow-return-shorthand": false,
|
||||
"ban-types": false,
|
||||
"callable-types": false,
|
||||
"comment-format": false,
|
||||
"jsdoc-format": false,
|
||||
"max-line-length": false,
|
||||
"no-consecutive-blank-lines": false,
|
||||
"no-redundant-jsdoc": false,
|
||||
"no-redundant-jsdoc-2": false,
|
||||
"no-void-expression": false,
|
||||
"npm-naming": false,
|
||||
"prefer-declare-function": false,
|
||||
"prefer-method-signature": false,
|
||||
"semicolon": false,
|
||||
"space-within-parens": false,
|
||||
"trim-file": false,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user