mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-27 19:22:47 +00:00
* Update tslint configs * Update npm-naming configs * Fix some configs #no-publishing-comment
10 lines
280 B
JSON
10 lines
280 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"max-line-length": false,
|
|
"no-angle-bracket-type-assertion": false,
|
|
"no-declare-current-package": false,
|
|
"no-object-literal-type-assertion": false,
|
|
"no-single-declare-module": false
|
|
}
|
|
} |