Skip to content

Releases: CodeYourFuture/eslint-config-standard

v8.1.1

18 Feb 18:32

Choose a tag to compare

v8.1.0

18 Feb 18:18

Choose a tag to compare

v8.0.0

29 Nov 16:38

Choose a tag to compare

Breaking changes:

  • Dropped support for ESLint v8 and Node v18

v7.0.2

29 Nov 15:54

Choose a tag to compare

7.0.2

v7.0.1

29 Nov 15:51

Choose a tag to compare

7.0.1

v7.0.0

10 Feb 10:38

Choose a tag to compare

Fixed a bug in handling of the @stylistic/arrow-parens rule. v6 regressed on the v5 logic and didn't follow the principles (partly because this rule is disabled by eslint-config-prettier, so its impact wasn't being seen in some cases).

Breaking changes:

  • Arrow parentheses are now required in all cases (["error", "always"], not the previous ["error", "as-needed", { "requireForBlockBody": true }]).

v6.0.1

16 Jan 13:39

Choose a tag to compare

6.0.1

v6.0.0

16 Jan 13:32

Choose a tag to compare

Migrated from deprecated ESLint rules to Stylistic.

Breaking changes:

  • changed the package API
  • dropped support for ESLint < 8.45
  • dropped support for deprecated (non-"flat") config

v5.1.0

04 May 08:18

Choose a tag to compare

Adds .d.ts type definitions to the configurations.

v5.0.0

28 Apr 11:54

Choose a tag to compare

Supports ESLint v9 and the new "flat config" configuration style.

Breaking change: dropped support for ESLint < 8.27

See #16