Skip to content

Releases: codfish/eslint-config-codfish

v11.1.0

12 Aug 18:42
083992e
Compare
Choose a tag to compare

11.1.0 (2022-08-12)

Features

  • ecmaVersion->2022; turn off import/extensions for esmodules (bff4484)

v11.0.0

v10.3.0

07 Jun 02:05
21c07e6
Compare
Choose a tag to compare

10.3.0 (2021-06-07)

Features

  • add ./tests directory to test overrides (94b6324)

v10.2.0

05 Jun 23:12
acb2427
Compare
Choose a tag to compare

10.2.0 (2021-06-05)

Features

  • add recommended typescript rules (ddcfd3c)

v10.1.1

05 Jun 22:36
6f6a489
Compare
Choose a tag to compare

10.1.1 (2021-06-05)

Bug Fixes

  • remove plugin @typescript-eslint/recommended (904084f)

v10.1.0

03 Jun 01:11
300a3af
Compare
Choose a tag to compare

10.1.0 (2021-06-03)

Features

v10.0.0

24 Apr 15:57
74f3154
Compare
Choose a tag to compare

10.0.0 (2021-04-24)

Features

  • bump deps (da78392)
  • update node engine requirement to >=12.0.0 (668f7fc)

BREAKING CHANGES

  • Require node v12
  • eslint-plugin-testing-library will now report aggressively
    (change from new major version of kentcdodds/eslint-config-kentcdodds/test)

v9.0.2

04 Mar 02:45
d7a0102
Compare
Choose a tag to compare

9.0.2 (2021-03-04)

Bug Fixes

v9.0.1

04 Mar 02:23
ab6d1ea
Compare
Choose a tag to compare

9.0.1 (2021-03-04)

Bug Fixes

  • revert "feat: bump babel eslint deps & update settings" (a50a5fc)

v9.0.0

01 Mar 00:07
c922e6d
Compare
Choose a tag to compare

9.0.0 (2021-03-01)

Features

  • bump babel eslint deps & update settings (bf893e6)

BREAKING CHANGES

  • Migrated from deprecated babel plugins to
    the new @babel monorepo versions. Because of this, all of
    the babel rules are now pre-fixed with @babel/<rule-name>
    instead of babel/<rule-name>.

Also, a number of babel rules were deprecated so they may give
errors or warnings when running eslint. The only rules being
re-set are:

  • @babel/new-cap
  • @babel/no-invalid-this
  • @babel/no-unused-expressions
  • @babel/object-curly-spacing
  • @babel/semi