Skip to content

Releases: openedx/eslint-config

v4.3.0

04 Nov 21:36
Compare
Choose a tag to compare

4.3.0 (2024-11-04)

Features

  • Don't require default export for single-export modules (d8fb42c)
  • Turn off the 'no-restricted-syntax' rule which isn't relevant (3f17bb7)

v4.2.0

03 Sep 23:55
78245b3
Compare
Choose a tag to compare

4.2.0 (2024-09-03)

Features

  • Don't require default props for function components (#156) (78245b3)

v4.1.0

20 Jun 18:21
99261e2
Compare
Choose a tag to compare

4.1.0 (2024-06-20)

Features

  • add support for es2020 syntax in eslint (#153) (99261e2)

v4.0.0

05 Apr 06:16
89d0227
Compare
Choose a tag to compare

4.0.0 (2024-04-05)

  • feat!: add conditional TypeScript support to the ESLint config. (#146) (89d0227), closes #146 #124

BREAKING CHANGES

  • Drops support for eslint ^6.8.0; @edx/eslint-config must now be used with at least eslint versions ^7.32.0 or ^8.2.0.

  • refactor: updated package-lock

  • refactor: updated typescript-eslint parser & plugin

  • refactor: updated package-lock

v4.0.0-alpha.1

14 Apr 19:03
31072de
Compare
Choose a tag to compare
v4.0.0-alpha.1 Pre-release
Pre-release

4.0.0-alpha.1 (2023-04-14)

  • feat!: add conditional TypeScript support to the ESLint config. (#124) (31072de), closes #124

BREAKING CHANGES

  • Drops support for eslint ^6.8.0; @edx/eslint-config must now be used with at least eslint versions ^7.32.0 or ^8.2.0.

v3.2.0

27 Mar 10:10
fc55d0d
Compare
Choose a tag to compare

3.2.0 (2023-03-27)

Features

  • upgraded to node v18, added .nvmrc and updated workflows (#119) (fc55d0d)

v3.1.1

14 Sep 01:28
725913d
Compare
Choose a tag to compare

3.1.1 (2022-09-14)

Bug Fixes

  • fix github url strings (org edx -> openedx) (6e09d31)
  • update path to .github workflows to read from openedx org (c91ec29)

v3.1.0

12 May 07:23
3c06753
Compare
Choose a tag to compare

3.1.0 (2022-05-12)

Features

  • Add package-lock file version check (#78) (3c06753)

v3.0.0

28 Apr 13:05
8c1426c
Compare
Choose a tag to compare

3.0.0 (2022-04-28)

Features

BREAKING CHANGES

  • By extending airbnb/hooks, consumers of this library will now get ESLint errors about React Hooks:
  1. Rules of Hooks.
  2. Exhaustive dependencies.

See https://github.com/airbnb/javascript/blob/fdc812a0a5773449274f7c4d473e0841eca89614/packages/eslint-config-airbnb/rules/react-hooks.js for more details.

v2.0.0

18 Feb 14:52
064c5cd
Compare
Choose a tag to compare

2.0.0 (2022-02-18)

  • chore!: Drop support for Node 12 (d647345)

BREAKING CHANGES

  • Node 12 features aren't supported anymore