mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
15 lines
443 B
JSON
15 lines
443 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"array-type": false,
|
|
"interface-name": false,
|
|
"interface-over-type-literal": false,
|
|
"member-access": false,
|
|
"no-declare-current-package": false,
|
|
"no-empty-interface": false,
|
|
"no-single-declare-module": false,
|
|
"no-unnecessary-generics": false,
|
|
"npm-naming": false,
|
|
"strict-export-declare-modifiers": false
|
|
}
|
|
} |