mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-28 03:32:56 +00:00
* Update tslint configs * Update npm-naming configs * Fix some configs #no-publishing-comment
9 lines
220 B
JSON
9 lines
220 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"interface-name": false,
|
|
"no-declare-current-package": false,
|
|
"no-single-declare-module": false,
|
|
"no-unnecessary-generics": false
|
|
}
|
|
} |