mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
22 lines
633 B
JSON
22 lines
633 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"array-type": false,
|
|
"callable-types": false,
|
|
"comment-format": false,
|
|
"dt-header": false,
|
|
"max-line-length": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"no-padding": false,
|
|
"no-redundant-jsdoc": false,
|
|
"object-literal-shorthand": false,
|
|
"only-arrow-functions": false,
|
|
"prefer-const": false,
|
|
"prefer-method-signature": false,
|
|
"semicolon": false,
|
|
"space-before-function-paren": false,
|
|
"strict-export-declare-modifiers": false,
|
|
"trim-file": false
|
|
}
|
|
}
|