mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 07:40:10 +00:00
* Update tslint configs * Update npm-naming configs * Fix some configs #no-publishing-comment
11 lines
174 B
JSON
11 lines
174 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"npm-naming": [
|
|
true,
|
|
{
|
|
"mode": "name-only"
|
|
}
|
|
]
|
|
}
|
|
} |