mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
10 lines
208 B
JSON
10 lines
208 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"dt-header": false,
|
|
"prefer-declare-function": false,
|
|
"strict-export-declare-modifiers": false,
|
|
"void-return": false
|
|
}
|
|
}
|