mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
25 lines
587 B
JSON
25 lines
587 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"dt-header": false,
|
|
"interface-name": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"no-padding": false,
|
|
"no-reference-import": false,
|
|
"npm-naming": [
|
|
true,
|
|
{
|
|
"errors": [
|
|
[
|
|
"NeedsExportEquals",
|
|
false
|
|
]
|
|
],
|
|
"mode": "code"
|
|
}
|
|
],
|
|
"strict-export-declare-modifiers": false,
|
|
"trim-file": false
|
|
}
|
|
}
|