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.firstChildwhich will not work in native shadow DOM in certain browsers.this.template.querySelectoris encouraged as an alternative.