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.
24 lines
695 B
JSON
24 lines
695 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODOs
|
|
"array-type": false,
|
|
"ban-types": false,
|
|
"dt-header": false,
|
|
"npm-naming": false,
|
|
"jsdoc-format": false,
|
|
"max-line-length": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"no-redundant-jsdoc": false,
|
|
"no-redundant-jsdoc-2": false,
|
|
"no-var-keyword": false,
|
|
"only-arrow-functions": false,
|
|
"prefer-const": false,
|
|
"semicolon": false,
|
|
"space-before-function-paren": false,
|
|
"typedef-whitespace": false,
|
|
"unified-signatures": false,
|
|
"whitespace": false,
|
|
"no-trailing-whitespace": false
|
|
}
|
|
} |