mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-09 10:22:49 +00:00
* Update tslint configs * Update npm-naming configs * Fix some configs #no-publishing-comment
11 lines
184 B
JSON
11 lines
184 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"indent": [
|
|
true,
|
|
"spaces",
|
|
4
|
|
],
|
|
"no-outside-dependencies": false
|
|
}
|
|
} |