Skip to content

Releases: skarab42/eslint-config

v5.0.0

09 Jan 15:55
e072aa7
Compare
Choose a tag to compare

5.0.0 (2024-01-09)

Features

  • remove eslint-staged bin and use @skarab/eslint-staged instead (#5) (e072aa7)

BREAKING CHANGES

  • 🙈🙉🙊

v4.1.1

04 Jan 15:57
5f7570f
Compare
Choose a tag to compare

4.1.1 (2024-01-04)

Bug Fixes

  • disable n/no-process-exit in favor off unicorn/no-process-exit (5f7570f)

v4.1.0

31 Dec 11:36
76aa5fc
Compare
Choose a tag to compare

4.1.0 (2023-12-31)

Features

  • change package.json fields order (76aa5fc)

v4.0.0

31 Dec 10:46
Compare
Choose a tag to compare

4.0.0 (2023-12-31)

Bug Fixes

  • getFiles with jsx (4511d89)
  • ensure environement is lowercase (defa2ea)

Features

  • add eslint-config-prettier (a8f3dd1)
  • add eslint-plugin-import (32a050a)
  • add eslint-plugin-jsonc (26fca2b)
  • add eslint-plugin-n (8d3b33e)
  • add eslint-plugin-no-only-tests (df2be50)
  • add eslint-plugin-promise (182d0f0)
  • add eslint-plugin-require-sort (f7f18db)
  • add eslint-plugin-simple-import-sort (4f5cbd9)
  • add eslint-plugin-sonarjs (8123b0d)
  • add eslint-plugin-unicorn (ae5918f)
  • add eslint-plugin-yml (b550485)
  • add javascript config (5f78a1d)
  • add typescript config (eebb001)
  • add unicorn plugin (f507318)
  • add bin eslint-staged (e5d9c1c)
  • add new api documentations (034a23b)
  • add node and browser options (0800546)
  • common config (c638b7e)
  • conditional environement/rules based on source type (4fd52ce)
  • create flat config (common/ecmascript/typescript) (273f8da)
  • export recommended configs (13b0faf)
  • export all configs functions (1a3cf5b)
  • sort package.json (addb311)

BREAKING CHANGES

  • the new config is loaded from @skarab/eslint-config/recommended instead of @skarab/eslint-config

v3.2.0

09 Dec 13:10
b5e5c9f
Compare
Choose a tag to compare

3.2.0 (2022-12-09)

Features

  • disable no-named-as-default-member (b5e5c9f)

v3.1.0

09 Dec 11:42
711df9a
Compare
Choose a tag to compare

3.1.0 (2022-12-09)

Features

  • set allowExpressions to true (711df9a)

v3.0.3

28 Nov 15:30
8d5a531
Compare
Choose a tag to compare

3.0.3 (2022-11-28)

Bug Fixes

  • re-add consistent-type-definitions 🙊🙉🙈 (97853fd)

v3.0.2

28 Nov 15:16
b8b5e8a
Compare
Choose a tag to compare

3.0.2 (2022-11-28)

Bug Fixes

  • consistent-type-definitions settings (b8b5e8a)

v3.0.1

28 Nov 05:24
4094951
Compare
Choose a tag to compare

3.0.1 (2022-11-28)

Bug Fixes

  • disable import/no-unresolved (4094951)

v3.0.0

27 Nov 06:22
0dc74ba
Compare
Choose a tag to compare

3.0.0 (2022-11-27)

Features

BREAKING CHANGES

    • remove lib, dist from ignorePatterns
  • add mts,cts extensions
  • add sort require/import rules