openscd / open-scd-core

Apache License 2.0
5 stars 8 forks source link

chore: teach eslint about ParentNode #62

Open ca-d opened 2 years ago

ca-d commented 2 years ago

For some weird reason, eslint doesn't know that typescript defines ParentNode. Maybe some version of a typescript-eslint component is too old or something. For now we have an ugly eslint-disable-next-line no-undef workaround at least in mixins/Editing.spec.ts.