mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-15 08:44:37 +00:00
* Update tslint configs * Update npm-naming configs * Fix some configs #no-publishing-comment
16 lines
454 B
JSON
16 lines
454 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"interface-name": false,
|
|
"jsdoc-format": false,
|
|
"max-line-length": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"no-misused-new": false,
|
|
"no-padding": false,
|
|
"no-redundant-jsdoc-2": false,
|
|
"no-trailing-whitespace": false,
|
|
"no-var-keyword": false,
|
|
"npm-naming": false,
|
|
"strict-export-declare-modifiers": false
|
|
}
|
|
} |