DefinitelyTyped/types/d3-selection
Nathan Shively-Sanders a94ee28b62
d3-selection: Disable tslint error on TS 3.9 (#43269)
DOM updates in 3.9 mean that Typescript now knows that
`HTMLBodyElement.ownerDocument` can't actually be null. Previously, a
non-null assertion was needed.

Because the tests have to compile on 3.9 AND older versions, I just
disabled the rule.
2020-03-20 11:53:58 -07:00
..
d3-selection-tests.ts d3-selection: Disable tslint error on TS 3.9 (#43269) 2020-03-20 11:53:58 -07:00
index.d.ts
tsconfig.json
tslint.json