mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
16 lines
429 B
JSON
16 lines
429 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"callable-types": false,
|
|
"max-line-length": false,
|
|
"no-redundant-jsdoc": false,
|
|
"no-reference-import": false,
|
|
"no-trailing-whitespace": false,
|
|
"no-var-keyword": false,
|
|
"object-literal-shorthand": false,
|
|
"only-arrow-functions": false,
|
|
"prefer-const": false,
|
|
"prefer-method-signature": false
|
|
}
|
|
}
|