Skip to content

Releases: fullstacksjs/eslint-config

v13.11.0

03 Dec 22:48

Choose a tag to compare

13.11.0 (2025-12-03)

Features

  • base: add new rules (2f9c130)
  • jest: add valid-mock-module-path rule (103b45a)
  • perfectionist: disable sort-classes rule (ede701e)
  • typescript: add new rules (70613bf)

v13.10.0

12 Nov 21:06

Choose a tag to compare

13.10.0 (2025-11-12)

Features

  • add boolean support for typescript option (0b47a82)
  • promise: add new rules (d7bdcec)
  • react: add jsx-dollar rule (2d5ad35)
  • tests: add padding-around-all rule (35fcd33)
  • tests: update test plugins rules (b89530e)
  • update storybook plugin (392c03c)

v13.9.0

26 Oct 11:50

Choose a tag to compare

13.9.0 (2025-10-26)

Bug Fixes

  • base: reduce max-params rule limit (6b7e5fd)
  • react: add files configuration (5490a6e)
  • react: add languageOptions to predicate (f9ca602)
  • typescript: disable explicit-function-return-type rule (fef6b1e)

Features

  • next: add next/no-duplicate-head rule (470fcde)
  • typescript: add new rules (2eae8fd)

v13.8.2

18 Oct 12:26

Choose a tag to compare

13.8.2 (2025-10-18)

Bug Fixes

  • typescript: fix typescript initialization (147be48)

v13.8.1

14 Oct 21:22

Choose a tag to compare

13.8.1 (2025-10-14)

Bug Fixes

  • add missing line breaks in test cases for better readability (8990f3d)
  • enable ignoreMixedLogicalExpressions option in TypeScript config (d2af1a7)
  • remove deprecated rule (ee5b73e)

Reverts

  • Revert "fix: add missing line breaks in test cases for better readability" (acc5235)

v13.8.0

14 Oct 10:17

Choose a tag to compare

13.8.0 (2025-10-14)

Features

  • upgrade react-hooks plugin (be7f5a5)

v13.7.0

13 Oct 14:39

Choose a tag to compare

13.7.0 (2025-10-13)

Features

  • add @eslint-react/no-unused-props rule (1826ded)
  • add @typescript-eslint/no-base-to-string rule (14e5589)

v13.6.0

13 Oct 10:20

Choose a tag to compare

13.6.0 (2025-10-13)

Bug Fixes

Features

  • Add new plugin options to react file & delete pnpm-lock.yaml file (a6e30e2)
  • add new setting to eslint config (e5d876b)
  • dev react file (ddf10ec)
  • update packages (930c862)
  • update react options (6316b2a)

v13.5.0

28 Sep 09:31

Choose a tag to compare

13.5.0 (2025-09-28)

Bug Fixes

  • disable conflicting rule in Node config (6532e9d)
  • update TypeScript plugin rules (2872b1b)

Features

  • add preserve-caught-error rule in strict mode to base config (a19660b)
  • sync rules with eslint-react@2.0.0 (8b1a0ef)
  • upgrade TypeScript plugin rules (0894a8b)

v13.4.0

13 Sep 15:19
d84fedc

Choose a tag to compare

13.4.0 (2025-09-13)

Features