mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
18 lines
538 B
JSON
18 lines
538 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"callable-types": false,
|
|
"dt-header": false,
|
|
"interface-over-type-literal": false,
|
|
"max-line-length": false,
|
|
"no-declare-current-package": false,
|
|
"no-object-literal-type-assertion": false,
|
|
"no-redundant-jsdoc": false,
|
|
"no-single-declare-module": false,
|
|
"no-var-keyword": false,
|
|
"prefer-const": false,
|
|
"prefer-method-signature": false,
|
|
"semicolon": false,
|
|
"void-return": false
|
|
}
|
|
} |