mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
21 lines
480 B
JSON
21 lines
480 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"array-type": false,
|
|
"dt-header": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"no-var-keyword": false,
|
|
"npm-naming": [
|
|
true,
|
|
{
|
|
"mode": "name-only"
|
|
}
|
|
],
|
|
"prefer-const": false,
|
|
"semicolon": false,
|
|
"space-before-function-paren": false,
|
|
"trim-file": false,
|
|
"unified-signatures": false
|
|
}
|
|
}
|