mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-03 05:02:48 +00:00
11 lines
264 B
JSON
11 lines
264 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODOs
|
|
"no-any-union": false,
|
|
"no-declare-current-package": false,
|
|
// TODO: Fixing this lint error will require a large refactor
|
|
"no-single-declare-module": false
|
|
}
|
|
}
|