mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
19 lines
574 B
JSON
19 lines
574 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"ban-types": false,
|
|
"callable-types": false,
|
|
"comment-format": false,
|
|
"interface-name": false,
|
|
"interface-over-type-literal": false,
|
|
"new-parens": false,
|
|
"no-any-union": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"no-padding": false,
|
|
"no-unnecessary-generics": false,
|
|
"object-literal-shorthand": false,
|
|
"prefer-method-signature": false,
|
|
"space-before-function-paren": false,
|
|
"unified-signatures": false
|
|
}
|
|
} |