mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
17 lines
437 B
JSON
17 lines
437 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"callable-types": false,
|
|
"comment-format": false,
|
|
"dt-header": false,
|
|
"no-padding": false,
|
|
"no-redundant-jsdoc": false,
|
|
"npm-naming": false,
|
|
"object-literal-key-quotes": false,
|
|
"only-arrow-functions": false,
|
|
"prefer-method-signature": false,
|
|
"semicolon": false,
|
|
"unified-signatures": false
|
|
}
|
|
}
|