mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-17 06:12:48 +00:00
* Update tslint configs * Update npm-naming configs * Fix some configs #no-publishing-comment
8 lines
166 B
JSON
8 lines
166 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"dt-header": false,
|
|
"no-duplicate-imports": false,
|
|
"no-unnecessary-generics": false
|
|
}
|
|
} |