mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-12 11:52:44 +00:00
* Update tslint configs * Update npm-naming configs * Fix some configs #no-publishing-comment
14 lines
376 B
JSON
14 lines
376 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"ban-types": false,
|
|
"jsdoc-format": false,
|
|
"no-empty-interface": false,
|
|
"no-return-await": false,
|
|
"no-self-import": false,
|
|
"no-unnecessary-generics": false,
|
|
"object-literal-key-quotes": false,
|
|
"only-arrow-functions": false,
|
|
"prefer-const": false
|
|
}
|
|
} |