mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +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
|
|
}
|
|
}
|