mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
30 lines
893 B
JSON
30 lines
893 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"array-type": false,
|
|
"ban-types": false,
|
|
"dt-header": false,
|
|
"max-line-length": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"no-declare-current-package": false,
|
|
"no-padding": false,
|
|
"no-redundant-jsdoc-2": false,
|
|
"no-single-declare-module": false,
|
|
"no-trailing-whitespace": false,
|
|
"no-var-keyword": false,
|
|
"object-literal-key-quotes": false,
|
|
"object-literal-shorthand": false,
|
|
"one-line": false,
|
|
"only-arrow-functions": false,
|
|
"prefer-const": false,
|
|
"prefer-for-of": false,
|
|
"prefer-template": false,
|
|
"semicolon": false,
|
|
"trim-file": false,
|
|
"triple-equals": false,
|
|
"typedef-whitespace": false,
|
|
"unified-signatures": false,
|
|
"whitespace": false
|
|
}
|
|
}
|