mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-26 18:52:52 +00:00
* Update tslint configs * Update npm-naming configs * Fix some configs #no-publishing-comment
12 lines
320 B
JSON
12 lines
320 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"no-any": false,
|
|
"no-empty-interface": false,
|
|
"npm-naming": false,
|
|
"object-literal-key-quote": false,
|
|
"object-literal-key-quotes": false,
|
|
"object-literal-shorthand": false,
|
|
"prefer-method-signature": false
|
|
}
|
|
} |