mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
19 lines
509 B
JSON
19 lines
509 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"ban-types": false,
|
|
"dt-header": false,
|
|
"interface-name": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"no-reference-import": false,
|
|
"no-var-keyword": false,
|
|
"npm-naming": false,
|
|
"only-arrow-functions": false,
|
|
"space-before-function-paren": false,
|
|
"space-within-parens": false,
|
|
"trim-file": false,
|
|
"typedef-whitespace": false,
|
|
"whitespace": false
|
|
}
|
|
}
|