mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
20 lines
566 B
JSON
20 lines
566 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"callable-types": false,
|
|
"jsdoc-format": false,
|
|
"max-line-length": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"no-object-literal-type-assertion": false,
|
|
"no-padding": false,
|
|
"no-redundant-jsdoc": false,
|
|
"no-trailing-whitespace": false,
|
|
"no-var-keyword": false,
|
|
"npm-naming": false,
|
|
"object-literal-key-quotes": false,
|
|
"prefer-const": false,
|
|
"prefer-method-signature": false,
|
|
"semicolon": false
|
|
}
|
|
}
|