mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[bucks] Remove unused lint exceptions (#48032)
This commit is contained in:
parent
395ab3d7d5
commit
217308ecb7
@ -1,15 +1,12 @@
|
||||
{
|
||||
"extends": "dtslint/dt.json",
|
||||
"rules": {
|
||||
"callable-types": false,
|
||||
"dt-header": false,
|
||||
"no-padding": false,
|
||||
"no-redundant-jsdoc": false,
|
||||
"no-var-keyword": false,
|
||||
"one-line": false,
|
||||
"only-arrow-functions": false,
|
||||
"prefer-const": false,
|
||||
"prefer-method-signature": false,
|
||||
"semicolon": false,
|
||||
"space-before-function-paren": false,
|
||||
"typedef-whitespace": false,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user