v3.0.0
Breaking changes
- #74 : Add the new rule lwc/no-template-children to @salesforce/eslint-config-lwc/recommended configuration. This rule prevents patterns like
this.template.firstChild
which will not work in native shadow DOM in certain browsers.this.template.querySelector
is encouraged as an alternative.