mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-21 16:22:44 +00:00
* Update tslint configs * Update npm-naming configs * Fix some configs #no-publishing-comment
12 lines
196 B
JSON
12 lines
196 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"eofline": false,
|
|
"indent": [
|
|
true,
|
|
"spaces",
|
|
4
|
|
],
|
|
"semicolon": false
|
|
}
|
|
} |