DefinitelyTyped/types/relay-runtime/tslint.json
2019-12-27 12:28:16 +01:00

10 lines
268 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
// We have some internal types that are helpfully tagged with @private
"no-redundant-jsdoc-2": false,
"no-unnecessary-generics": false,
"strict-export-declare-modifiers": false
}
}