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.
19 lines
501 B
JSON
19 lines
501 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODOs
|
|
"dt-header": false,
|
|
"npm-naming": false,
|
|
"unified-signatures": false,
|
|
"no-declare-current-package": false,
|
|
"no-empty-interface": false,
|
|
"ban-types": false,
|
|
"interface-name": false,
|
|
"array-type": false,
|
|
"max-line-length": false,
|
|
"no-mergeable-namespace": false,
|
|
"no-single-declare-module": false,
|
|
"no-unnecessary-generics": false
|
|
}
|
|
}
|