Skip to content

Releases: globalbrain/eslint-config

v3.0.1

21 Jan 21:27

Choose a tag to compare

Bug Fixes

  • disable opinionated yaml rules (e0eeecf)

v3.0.0

21 Jan 21:11

Choose a tag to compare

Features

  • add rewrite imports plugin (ffa40c8), closes #37
  • bump antfu's config to v7
  • bump eslint-plugin-perfectionist to v5 and make it a regular dep
  • switch to ts + tsdown
  • disable unused-imports/no-unused-vars in favor of @typescript-eslint/no-unused-vars, closes #38

BREAKING CHANGES

  • when chaining the config with withNuxt, it will need await:

    - export default withNuxt(globalbrain())
    + export default withNuxt(await globalbrain())

v2.1.0

27 Nov 09:53

Choose a tag to compare

Bug Fixes

  • turn on ignoreRestSiblings for no-unused-vars (#46) (34b0dcc)

v2.0.2

10 Sep 06:29

Choose a tag to compare

Bug Fixes

  • cover more possible extensions for release-it config (#45) (9e670e6)
  • re-enable auto-detection for TS and Vue (#44) (78e5db1)

v2.0.1

04 Sep 07:18

Choose a tag to compare

Bug Fixes

  • disable sorting of JSON keys and arrays (#43) (725746d)
  • adjust linebreak rule for = (#43) (725746d)
  • use semi as delimiter for single line type members (#43) (725746d)

v2.0.0

04 Sep 00:56

Choose a tag to compare

v2.0.0 Release 🎉

v1.7.1

08 Aug 16:47

Choose a tag to compare

Bug Fixes

  • move imports beginning with tilde to very top (a5060ae)

v1.7.0

08 Aug 15:56

Choose a tag to compare

Features

  • group imports beginning with tilde with externals (#36) (79512d4)

v1.6.0

27 Mar 10:08

Choose a tag to compare

Features

v1.5.2

06 Sep 04:52

Choose a tag to compare

Bug Fixes