mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-01 04:02:55 +00:00
* Update tslint configs * Update npm-naming configs * Fix some configs #no-publishing-comment
27 lines
861 B
JSON
27 lines
861 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"arrow-return-shorthand": false,
|
|
"ban-types": false,
|
|
"callable-types": false,
|
|
"dt-header": false,
|
|
"interface-name": false,
|
|
"jsdoc-format": false,
|
|
"no-angle-bracket-type-assertion": false,
|
|
"no-duplicate-variable": false,
|
|
"no-empty-interface": false,
|
|
"no-internal-module": false,
|
|
"no-object-literal-type-assertion": false,
|
|
"no-padding": false,
|
|
"no-redundant-jsdoc": false,
|
|
"no-unnecessary-class": false,
|
|
"no-var-keyword": false,
|
|
"object-literal-key-quotes": false,
|
|
"one-line": false,
|
|
"prefer-method-signature": false,
|
|
"semicolon": false,
|
|
"strict-export-declare-modifiers": false,
|
|
"typedef-whitespace": false,
|
|
"whitespace": false
|
|
}
|
|
} |