mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
17 lines
403 B
JSON
17 lines
403 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODOs
|
|
"interface-over-type-literal": false,
|
|
"semicolon": [
|
|
false
|
|
],
|
|
"no-duplicate-imports": false,
|
|
"prefer-method-signature": false,
|
|
"prefer-declare-function": false,
|
|
"no-padding": false,
|
|
"no-redundant-jsdoc-2": false,
|
|
"array-type": [true, "array"]
|
|
}
|
|
}
|