mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Update tslint configs * Update npm-naming configs * Fix some configs #no-publishing-comment
18 lines
363 B
JSON
18 lines
363 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"dt-header": false,
|
|
"npm-naming": [
|
|
true,
|
|
{
|
|
"errors": [
|
|
[
|
|
"NeedsExportEquals",
|
|
false
|
|
]
|
|
],
|
|
"mode": "code"
|
|
}
|
|
]
|
|
}
|
|
} |