mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
12 lines
285 B
JSON
12 lines
285 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"array-type": false,
|
|
"dt-header": false,
|
|
"no-reference-import": false,
|
|
"no-unnecessary-qualifier": false,
|
|
"only-arrow-functions": false,
|
|
"strict-export-declare-modifiers": false
|
|
}
|
|
}
|