mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
36 lines
997 B
JSON
36 lines
997 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"callable-types": false,
|
|
"comment-format": false,
|
|
"dt-header": false,
|
|
"eofline": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"no-duplicate-variable": false,
|
|
"no-outside-dependencies": false,
|
|
"no-redundant-jsdoc": false,
|
|
"no-var-keyword": false,
|
|
"npm-naming": [
|
|
true,
|
|
{
|
|
"errors": [
|
|
[
|
|
"NeedsExportEquals",
|
|
false
|
|
]
|
|
],
|
|
"mode": "code"
|
|
}
|
|
],
|
|
"object-literal-key-quotes": false,
|
|
"object-literal-shorthand": false,
|
|
"only-arrow-functions": false,
|
|
"prefer-const": false,
|
|
"prefer-method-signature": false,
|
|
"prefer-template": false,
|
|
"semicolon": false,
|
|
"space-before-function-paren": false,
|
|
"unified-signatures": false
|
|
}
|
|
}
|