mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
npm-naming is a new rule but the code it runs was already disabled whenever dt-header was disabled. This change keeps the behaviour the same.
14 lines
338 B
JSON
14 lines
338 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"dt-header": false,
|
|
"npm-naming": false,
|
|
"align": false,
|
|
"adjacent-overload-signatures": false,
|
|
"comment-format": false,
|
|
"unified-signatures": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"no-empty-interface": false
|
|
}
|
|
}
|