mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
12 lines
244 B
JSON
12 lines
244 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"array-type": false,
|
|
"dt-header": false,
|
|
"jsdoc-format": false,
|
|
"max-line-length": false,
|
|
"no-var-keyword": false,
|
|
"prefer-const": false
|
|
}
|
|
}
|