mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"array-type": false,
|
|
"callable-types": false,
|
|
"dt-header": false,
|
|
"jsdoc-format": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"no-declare-current-package": false,
|
|
"no-duplicate-variable": false,
|
|
"no-padding": false,
|
|
"no-redundant-jsdoc": false,
|
|
"no-redundant-jsdoc-2": false,
|
|
"no-single-declare-module": false,
|
|
"no-trailing-whitespace": false,
|
|
"no-unnecessary-qualifier": false,
|
|
"no-var-keyword": false,
|
|
"npm-naming": [
|
|
true,
|
|
{
|
|
"errors": [
|
|
[
|
|
"NeedsExportEquals",
|
|
false
|
|
]
|
|
],
|
|
"mode": "code"
|
|
}
|
|
],
|
|
"object-literal-key-quotes": false,
|
|
"object-literal-shorthand": false,
|
|
"one-variable-per-declaration": false,
|
|
"only-arrow-functions": false,
|
|
"prefer-conditional-expression": false,
|
|
"prefer-const": false,
|
|
"prefer-for-of": false,
|
|
"prefer-method-signature": false,
|
|
"prefer-template": false,
|
|
"semicolon": false,
|
|
"space-within-parens": false,
|
|
"triple-equals": false,
|
|
"whitespace": false
|
|
}
|
|
} |