mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
30 lines
929 B
JSON
30 lines
929 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"ban-types": false,
|
|
"callable-types": false,
|
|
"dt-header": false,
|
|
"interface-name": false,
|
|
"jsdoc-format": false,
|
|
"max-line-length": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"no-empty-interface": false,
|
|
"no-mergeable-namespace": false,
|
|
"no-namespace": false,
|
|
"no-object-literal-type-assertion": false,
|
|
"no-redundant-jsdoc": false,
|
|
"no-unnecessary-class": false,
|
|
"no-unnecessary-qualifier": false,
|
|
"no-var-keyword": false,
|
|
"npm-naming": false,
|
|
"object-literal-shorthand": false,
|
|
"prefer-const": false,
|
|
"prefer-method-signature": false,
|
|
"space-within-parens": false,
|
|
"strict-export-declare-modifiers": false,
|
|
"trim-file": false,
|
|
"typedef-whitespace": false,
|
|
"whitespace": false
|
|
}
|
|
}
|