Skip to content

Releases: mlaursen/eslint-config

@mlaursen/eslint-config@7.0.0

21 Mar 20:28
60cc6bf
Compare
Choose a tag to compare

"@mlaursen/eslint-config": major

Updated to only support ESM

@mlaursen/eslint-config@7.0.0-next.0

21 Mar 01:48
6a3b2a5
Compare
Choose a tag to compare
Pre-release

"@mlaursen/eslint-config": major

Updated to only support ESM

@mlaursen/eslint-config@6.1.0

20 Mar 21:45
ac6c34f
Compare
Choose a tag to compare

"@mlaursen/eslint-config": minor

  • Updated dependencies and rules to the latest versions.

@mlaursen/eslint-config@6.0.0

06 Dec 01:24
1275cbb
Compare
Choose a tag to compare

"@mlaursen/eslint-config": major

Updated dependencies for the latest eslint rules and behavior.

  • Bumped eslint-plugin-testing-library to v7.1.0
  • Bumped @next/eslint-plugin-next to v15.0.4

@mlaursen/eslint-config@6.0.0-next.0

06 Dec 01:20
7d5c39e
Compare
Choose a tag to compare
Pre-release

"@mlaursen/eslint-config": major

Updated dependencies for the latest eslint rules and behavior.

  • Bumped eslint-plugin-testing-library to v7.1.0
  • Bumped @next/eslint-plugin-next to v15.0.4

@mlaursen/eslint-config@5.2.0

09 Nov 22:08
31a11af
Compare
Choose a tag to compare

"@mlaursen/eslint-config": minor

Features:

  • bump dependencies to latest

Fixes:

  • Disabled @typescript-eslint/unified-signatures since you get better type inference with separate signatures
  • Disabled no-undef and removed globals since I use typescript

@mlaursen/eslint-config@5.1.3

12 Oct 21:19
16e737b
Compare
Choose a tag to compare

"@mlaursen/eslint-config": patch

The release focused on improving docs and debugging:

  • added a name to each configuration so it can be inspected more easily with npx @eslint/config-inspector@latest
  • added tsdoc to each configuration object so it can be viewed from editor
  • export globals so additional globals can be added easily
  • allow default export if you prefer import mlaursenConfig from "@mlaursen/eslint-config -> export default mlaursenConfig.configs.typescript;
  • added a few more typescript file types

@mlaursen/eslint-config@5.1.2

12 Oct 15:35
8d723f9
Compare
Choose a tag to compare

"@mlaursen/eslint-config": patch

There were a few changes in this release:

  • attempt to fix the globals issue when using react/jsx-a11y
  • allow less strict typescript behavior in tests
  • fix some typescript rules that conflicted with base js
  • customize and disable some strict typescript rules since I don't always agree with them
  • require the dependency array for the useIsomorphicLayoutEffect hook

@mlaursen/eslint-config@5.1.1

12 Oct 03:33
58d1315
Compare
Choose a tag to compare

"@mlaursen/eslint-config": patch

Fixed missing react and jsx-a11y plugins.

@mlaursen/eslint-config@5.1.0

11 Oct 22:46
7728a1f
Compare
Choose a tag to compare

@mlaursen/eslint-config

5.1.0

Minor Changes

  • Added support for the next eslint plugin and ignoring files with .gitignore