Description
This issue is created to keep track of ignored eslint rules with respective justifications.
-
File/Line:
https://github.com/eclipse/thingweb.node-wot/blob/master/packages/td-tools/src/thing-description.ts
Ignored Rule:no-use-before-define
Reason: Many circular dependencies where interface/type/class A uses interface/type/class B in its definition and interface/type/class B uses interface/type/class A in its definition. -
File/Line:
https://github.com/eclipse/thingweb.node-wot/blob/master/packages/td-tools/src/thing-description.ts
Ignored Rule:eslint-disable-next-line @typescript-eslint/no-explicit-any
Reason: TD class should be replaced by autogenerated one (see Clean-up of TS definitions in thing-description.ts #529) -
CoAP, see 9270d48 -
Netconf, see disabled warnings in disable eslint warnings #818