mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-09 10:22:49 +00:00
* Update tslint configs * Update npm-naming configs * Fix some configs #no-publishing-comment
10 lines
248 B
JSON
10 lines
248 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"interface-name": false,
|
|
"no-redundant-jsdoc": false,
|
|
"no-redundant-jsdoc-2": false,
|
|
"no-unnecessary-class": false,
|
|
"no-unnecessary-qualifier": false
|
|
}
|
|
} |