mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
26 lines
647 B
JSON
26 lines
647 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"callable-types": false,
|
|
"dt-header": false,
|
|
"eofline": false,
|
|
"no-redundant-jsdoc": false,
|
|
"npm-naming": [
|
|
true,
|
|
{
|
|
"errors": [
|
|
[
|
|
"NeedsExportEquals",
|
|
false
|
|
]
|
|
],
|
|
"mode": "code"
|
|
}
|
|
],
|
|
"prefer-const": false,
|
|
"prefer-method-signature": false,
|
|
"semicolon": false,
|
|
"strict-export-declare-modifiers": false,
|
|
"unified-signatures": false
|
|
}
|
|
} |