mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
33 lines
917 B
JSON
33 lines
917 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"callable-types": false,
|
|
"dt-header": false,
|
|
"member-access": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"no-declare-current-package": false,
|
|
"no-internal-module": false,
|
|
"no-redundant-jsdoc": false,
|
|
"no-single-declare-module": false,
|
|
"npm-naming": [
|
|
true,
|
|
{
|
|
"errors": [
|
|
[
|
|
"NeedsExportEquals",
|
|
false
|
|
]
|
|
],
|
|
"mode": "code"
|
|
}
|
|
],
|
|
"prefer-const": false,
|
|
"prefer-method-signature": false,
|
|
"semicolon": false,
|
|
"strict-export-declare-modifiers": false,
|
|
"trim-file": false,
|
|
"typedef-whitespace": false,
|
|
"unified-signatures": false,
|
|
"whitespace": false
|
|
}
|
|
} |