Files
DefinitelyTyped/types/lowdb/tslint.json
AJ Richardson 64104e9760 Lowdb test fix (#25204)
* lodash: _.get should with numeric keys, too.
Also added some better tests.

* lodash: add one more NumericDictionary overload for _.get

* lodash: more reasonable index for _.get tests

* lodash: object type should not be here (fixes #23293)

* lodash: reduce should always return T if no accumulator (#14758)

* lodash: fix iterator types, remove thisArg from documentation

* lodash: return more specific type for stubTrue and stubFalse

* lowdb: fix failing tests
2018-04-24 16:03:38 -07:00

7 lines
91 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"no-misused-new": false
}
}