mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
21 lines
617 B
JSON
21 lines
617 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"adjacent-overload-signatures": false,
|
|
"array-type": false,
|
|
"ban-types": false,
|
|
"interface-name": false,
|
|
"max-line-length": false,
|
|
"no-any-union": false,
|
|
"no-empty-interface": false,
|
|
"no-irregular-whitespace": false,
|
|
"no-unnecessary-generics": false,
|
|
"no-unnecessary-qualifier": false,
|
|
"prefer-const": false,
|
|
"strict-export-declare-modifiers": false,
|
|
"unified-signatures": false,
|
|
"use-default-type-parameter": false,
|
|
"void-return": false
|
|
}
|
|
}
|