Skip to content

Releases: buildinamsterdam/lint

1.0.1

Choose a tag to compare

@moritzsalla moritzsalla released this 04 Mar 09:27
9a6bbad

Fix import sort groups: side-effects first, styles last.

1.0.0

Choose a tag to compare

@moritzsalla moritzsalla released this 03 Mar 16:08
71772ff

Breaking changes

  • Requires ESLint 9+ with flat config (eslint.config.mjs). Legacy .eslintrc.* no longer supported.
  • Requires Node >=20.19.0

What's new

  • Migrated all configs to ESLint flat config format
  • Replaced eslint-plugin-import with eslint-plugin-import-x (faster, fewer deps)
  • Added ESM exports (.mjs) for all configs
  • Bundled @next/eslint-plugin-next directly (no need for eslint-config-next)
  • eslint, prettier, stylelint are now peer dependencies
  • React version defaults to 19 (override via settings.react.version)

0.4.3

Choose a tag to compare

@MaartenBruggink MaartenBruggink released this 18 Feb 11:35
a06cefa

What's Changed

Full Changelog: 0.4.2...0.4.3

0.4.2

Choose a tag to compare

@MaartenBruggink MaartenBruggink released this 16 Jan 11:44
391e068

What's Changed

Full Changelog: 0.4.1...0.4.2

0.4.1

Choose a tag to compare

@MaartenBruggink MaartenBruggink released this 16 Jan 09:48
5ff471e

What's Changed

Full Changelog: 0.4.0...0.4.1

0.4.0

Choose a tag to compare

@MaartenBruggink MaartenBruggink released this 02 Jan 14:41
ea33196

What's Changed

  • Updated dependencies to latest versions
  • Export a prettier config
  • Updated stylelint config to use prettier config
  • Exported two additional eslint config files; javascript and typescript for non React applications
  • Updated eslint config file naming; react to react-javascript and next to next-javascript

Full Changelog: 0.3.0...0.4.0

0.3.0

Choose a tag to compare

@PauloMFJ PauloMFJ released this 12 Oct 15:34
9be9294

Changes:

  • Add Typescript rules against enum & interface - #12

0.2.1

Choose a tag to compare

@PauloMFJ PauloMFJ released this 16 Feb 11:23
707b28b

Changes:

  • Fix "double quotes" rule not working - #8

0.2.0

Choose a tag to compare

@PauloMFJ PauloMFJ released this 15 Feb 17:29
3605df3

Changes:

  • Add enforce "double quotes" rule - #7

0.1.1

Choose a tag to compare

@PauloMFJ PauloMFJ released this 15 Feb 15:38
97885ac

Changes:

  • Include grid as part of declaration-block-no-redundant-longhand-properties ignored - #6