mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
17 lines
440 B
JSON
17 lines
440 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"array-type": false,
|
|
"ban-types": false,
|
|
"comment-format": false,
|
|
"dt-header": false,
|
|
"interface-name": false,
|
|
"max-line-length": false,
|
|
"no-padding": false,
|
|
"no-var-keyword": false,
|
|
"only-arrow-functions": false,
|
|
"space-before-function-paren": false,
|
|
"strict-export-declare-modifiers": false
|
|
}
|
|
}
|