Skip to content

Releases: Brightspace/eslint-config-brightspace

v1.1.1

11 Mar 16:44
Compare
Choose a tag to compare

1.1.1 (2024-03-11)

Bug Fixes

  • Do not require sorting class properties (#82) (d636f1f)

v1.1.0

09 Jan 21:33
Compare
Choose a tag to compare

1.1.0 (2024-01-09)

Features

  • GAUD-292 - Use new release token (#72) (f58839a)

v1.0.0

20 Dec 14:06
Compare
Choose a tag to compare

1.0.0 (2023-12-20)

BREAKING CHANGES

  • lit-config has been updated to include: lifecycle-super, no-legacy-imports, no-native-attributes, no-this-assign-in-render and prefer-nothing.
  • All Polymer and Polymer-testing configs have been removed. Repositories using Polymer can remain on the 0.x configuration until they upgrade to Lit.
  • Renamed open-wc-testing-config to testing-config to better reflect its purpose.
  • Removed node: true from open-wc-testing-config since these tests run in the browser, not in Node.
  • node-config now has a sourceType of module by default, which means projects will be ESM by default. Any CommonJS projects can override this rule if desired.

NON-BREAKING CHANGES:

  • node-config and browser-config now use the es2024 environment. This simply allows folks to use new ES2024 features without the linter complaining, but the features available varies by Node version and obviously the browser vendor/version itself. Developers will continue to need to ensure that new browser features are properly transpiled by Babel.
  • common-config.js has been merged into index.js. This shared "common" config was no longer shared by anything.

v0.25.3

25 Oct 18:53
Compare
Choose a tag to compare

0.25.3 (2023-10-25)

Bug Fixes

v0.25.2

25 Oct 18:46
Compare
Choose a tag to compare

0.25.2 (2023-10-25)

Bug Fixes

  • Disable quotes rule for lang files (#63) (5432edc)

v0.25.1

19 Oct 20:27
Compare
Choose a tag to compare

0.25.1 (2023-10-19)

Bug Fixes

  • Add additional lit lifecycle methods (#62) (348523f)

v0.25.0

02 Aug 19:45
Compare
Choose a tag to compare

0.25.0 (2023-08-02)

Features

  • common-config: add 'no-var' to all contexts. (#61) (4ab28db)

v0.24.0

06 Jul 19:10
Compare
Choose a tag to compare

0.24.0 (2023-07-06)

Features

  • jprouse/US153861-double-spaces-rule (#60) (79751ff)

v0.23.0

28 Apr 12:58
Compare
Choose a tag to compare

0.23.0 (2023-04-28)

Features

  • Update node-config to use es2022 (#59) (fc6e4d7)

v0.22.0

27 Apr 18:27
Compare
Choose a tag to compare

0.22.0 (2023-04-27)

Features

  • Changed to es2017 for node-config (#58) (7e5b4f4)