mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
15 lines
358 B
JSON
15 lines
358 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// All are TODOs
|
|
"strict-export-declare-modifiers": false,
|
|
"no-trailing-whitespace": false,
|
|
"jsdoc-format": false,
|
|
"no-reference-import": false,
|
|
"prefer-declare-function": false,
|
|
"no-duplicate-imports": false,
|
|
"no-empty-interface": false,
|
|
"no-redundant-jsdoc-2": false
|
|
}
|
|
}
|