mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
13 lines
311 B
JSON
13 lines
311 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"dt-header": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"no-declare-current-package": false,
|
|
"no-single-declare-module": false,
|
|
"no-var-keyword": false,
|
|
"prefer-const": false,
|
|
"trim-file": false
|
|
}
|
|
}
|