Releases: salesforce/eslint-plugin-lwc
Releases · salesforce/eslint-plugin-lwc
v1.6.1
What's Changed
- chore(deps): bump json5 from 2.2.1 to 2.2.3 by @dependabot in #111
- chore: update deps by @abdulsattar, @jye-sf, @jmsjtu
- feat: add eslint rules for SSR by @abdulsattar in #107
New Contributors
Full Changelog: v1.5.1...v1.6.1
v1.5.1
What's Changed
- chore: update dependencies by @nolanlawson in #108
- Add
lwc/consistent-component-name
support for.ts
files by @twoplustwoone in #110
New Contributors
- @twoplustwoone made their first contribution in #110
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- chore: update deps by @abdulsattar in #99
- chore: update dependencies by @nolanlawson in #100
- feat: add options to disable export/bare import validation by @nolanlawson in #101
New Contributors
- @abdulsattar made their first contribution in #99
Full Changelog: v1.4.0...v1.5.0
v1.4.0
v1.3.0
v1.2.0
v1.1.1
v1.1.0
v1.0.1
v0.12.2-232.0
Features
- The
no-unknown-wire-adapters
rule now reports errors on the decorator usage instead of the decorator import (#66).