mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-17 17:48:06 +00:00
12 lines
314 B
JSON
12 lines
314 B
JSON
{
|
|
"extends": "@definitelytyped/dtslint/dt.json",
|
|
"rules": {
|
|
"adjacent-overload-signatures": false,
|
|
"array-type": false,
|
|
"no-empty-interface": false,
|
|
"no-unnecessary-class": false,
|
|
"strict-export-declare-modifiers": false,
|
|
"unified-signatures": false
|
|
}
|
|
}
|