mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
15 lines
406 B
JSON
15 lines
406 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"callable-types": false,
|
|
"comment-format": false,
|
|
"dt-header": false,
|
|
"no-object-literal-type-assertion": false,
|
|
"no-padding": false,
|
|
"no-redundant-jsdoc": false,
|
|
"prefer-const": false,
|
|
"prefer-method-signature": false,
|
|
"semicolon": false,
|
|
"unified-signatures": false
|
|
}
|
|
} |