mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-09 02:12:51 +00:00
* Update tslint configs * Update npm-naming configs * Fix some configs #no-publishing-comment
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
|
|
}
|
|
} |