chore: teach eslint about ParentNode #62
Labels
devops
help wanted
Extra attention is needed
needs discussion
question
Further information is requested
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 inmixins/Editing.spec.ts
.The text was updated successfully, but these errors were encountered: