mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[browserify] Remove unused lint exceptions (#48030)
This commit is contained in:
parent
7c54e54ec8
commit
1a44274f43
@ -3,10 +3,8 @@
|
||||
"rules": {
|
||||
"arrow-return-shorthand": false,
|
||||
"ban-types": false,
|
||||
"callable-types": false,
|
||||
"max-line-length": false,
|
||||
"no-duplicate-variable": false,
|
||||
"no-redundant-jsdoc": false,
|
||||
"no-unnecessary-generics": false,
|
||||
"no-var-keyword": false,
|
||||
"no-var-requires": false,
|
||||
@ -15,7 +13,6 @@
|
||||
"object-literal-shorthand": false,
|
||||
"only-arrow-functions": false,
|
||||
"prefer-const": false,
|
||||
"prefer-method-signature": false,
|
||||
"space-before-function-paren": false,
|
||||
"unified-signatures": false
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user