mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-14 12:52:48 +00:00
* Update tslint configs * Update npm-naming configs * Fix some configs #no-publishing-comment
12 lines
231 B
JSON
12 lines
231 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"no-any-union": false,
|
|
"no-outside-dependencies": false,
|
|
"quotemark": [
|
|
true,
|
|
"double",
|
|
"avoid-escape"
|
|
]
|
|
}
|
|
} |