DefinitelyTyped/types/pouchdb-upsert/tslint.json

11 lines
275 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
// TODOs
"no-declare-current-package": false,
"no-unnecessary-generics": false,
// TODO: Fixing this lint error will require a large refactor
"no-single-declare-module": false
}
}