mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-01-30 05:27:30 +00:00
14 lines
383 B
JSON
14 lines
383 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"callable-types": false,
|
|
"dt-header": false,
|
|
"interface-over-type-literal": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"no-padding": false,
|
|
"no-redundant-jsdoc": false,
|
|
"prefer-method-signature": false,
|
|
"space-within-parens": false,
|
|
"trim-file": false
|
|
}
|
|
} |