mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
18 lines
480 B
JSON
18 lines
480 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"array-type": false,
|
|
"ban-types": false,
|
|
"max-line-length": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"no-padding": false,
|
|
"no-redundant-jsdoc-2": false,
|
|
"no-trailing-whitespace": false,
|
|
"no-unnecessary-class": false,
|
|
"prefer-const": false,
|
|
"semicolon": false,
|
|
"strict-export-declare-modifiers": false,
|
|
"whitespace": false
|
|
}
|
|
}
|