mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
19 lines
541 B
JSON
19 lines
541 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"array-type": false,
|
|
"ban-types": false,
|
|
"callable-types": false,
|
|
"comment-format": false,
|
|
"dt-header": false,
|
|
"no-padding": false,
|
|
"no-redundant-jsdoc": false,
|
|
"no-trailing-whitespace": false,
|
|
"no-unnecessary-generics": false,
|
|
"object-literal-shorthand": false,
|
|
"prefer-method-signature": false,
|
|
"prefer-template": false,
|
|
"semicolon": false,
|
|
"unified-signatures": false
|
|
}
|
|
} |