Skip to content

Releases: salesforce/eslint-config-lwc

v0.10.0

12 Mar 15:23

Choose a tag to compare

Features

v0.9.0

26 Feb 12:07

Choose a tag to compare

Features

  • Update @lwc/eslint-plugin-lwc to 0.11.0 (#42)
    • Add @lwc/lwc/no-dupe-class-members to recommended config.
    • Add @lwc/lwc/prefer-custom-event to recommended config.
    • Override @lwc/lwc/valid-api to dissallow uppercased and underscore mix in public properties and methods.

v0.8.0

23 Nov 09:32
b6630a2

Choose a tag to compare

Features

  • Add getObjectInfos to @lwc/no-unexpected-wire-adapter-usages rule allowed usage list (#33)
  • Add ESLint 7 support (#39)

v0.7.0

16 Nov 10:47
4f07b12

Choose a tag to compare

v0.6.0

12 May 20:53
9dea3fd

Choose a tag to compare

Features

  • Upgrade @lwc/eslint-plugin-lwc to 0.10.0 (#22)

v0.5.0

25 Feb 10:57
ddaac0f

Choose a tag to compare

Breaking changes

  • Drop support for Node.js 8. @salesforce/eslint-config-lwc now requires eslint 6 or greater (#20)

Features

  • Move no-leading-uppercase-api-name to recommended preset (#21)
  • Upgrade @lwc/eslint-plugin-lwc to 0.9.0 (#22)

v0.4.0

06 Feb 07:09
c257461

Choose a tag to compare

Features

  • Restrict usage of global properties attached on the window object in recommended config (#10)
  • Enable lwc/no-leading-uppercase-api-name to base config (#16)

Documentation

  • Add license and license headers (#4)
  • Editorial edit to README.md (#6)
  • Add code of conduct (#8)

v0.3.0

06 Dec 00:55
167a2a1

Choose a tag to compare

Breaking Changes

  • Remove @salesforce/eslint-config-lwc/style config (#3)