mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
19 lines
491 B
JSON
19 lines
491 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"max-line-length": false,
|
|
"no-redundant-jsdoc-2": false,
|
|
"jsdoc-format": false,
|
|
"no-var-keyword": false,
|
|
"whitespace": false,
|
|
"semicolon": false,
|
|
"strict-export-declare-modifiers": false,
|
|
"array-type": false,
|
|
"unified-signatures": false,
|
|
"void-return": false,
|
|
"ban-types": false,
|
|
"callable-types": false,
|
|
"no-const-enum": false
|
|
}
|
|
}
|