Skip to content

Releases: eglove/eslint-config-ethang

18.0.0

04 Aug 03:20
Compare
Choose a tag to compare

Move Astro and React rules to individual configs.

This will help support multiple frameworks in the future. While the current config has no issues including Astro and React, if you're using a JSX framework like Solid or Qwik, React rules will tend to get in the way.

Astro and React configs can now be imported separately:

import configAstro from "@ethang/eslint-config/config.astro.js";
import configReact from "@ethang/eslint-config/config.react.js";

17.6.0

31 Jul 23:33
Compare
Choose a tag to compare

17.5.0

26 Jul 13:01
Compare
Choose a tag to compare

17.4.0

23 Jul 14:02
Compare
Choose a tag to compare

17.3.0

22 Jul 13:31
Compare
Choose a tag to compare

Add sort-variable-declarations to alphabetically sort variable declarations.

Add sort-switch-case to alphabetically sort switch cases.

17.2.0

20 Jul 14:48
Compare
Choose a tag to compare

17.1.0

09 Jul 18:46
Compare
Choose a tag to compare

17.0.13

05 Jul 18:50
Compare
Choose a tag to compare

Version Bumps:

Fixes:

  • Update @tanstack/eslint-plugin-query rule import path.

17.0.12

28 Jun 22:18
Compare
Choose a tag to compare

17.0.11

25 Jun 14:13
Compare
Choose a tag to compare