Skip to content

Releases: fxOne/tools

@fxone/eslint-config@4.1.1

09 Apr 20:55

Choose a tag to compare

@fxone/eslint-config@4.1.0

27 Mar 21:13

Choose a tag to compare

  • remove typescript as a dependency

@fxone/eslint-config@4.0.0

15 Mar 18:08
3b9d25f

Choose a tag to compare

  • BREAKING CHANGE: Update ESLint peer dependency to v10 (^10.0.0)
  • Update @stylistic/eslint-plugin to ^5.10.0
  • Update eslint-plugin-prettier to ^5.5.5
  • Update eslint-plugin-sort-keys-shorthand to ^5.0.0
  • Update typescript-eslint to ^8.57.0

@fxone/eslint-config@3.0.1

18 Dec 15:51

Choose a tag to compare

  • Fixing usage of flat react hooks rule

@fxone/eslint-config@3.0.0

18 Dec 12:38

Choose a tag to compare

  • Adjust rules
  • Update eslint-plugin-react-hooks to v7

@fxone/eslint-config@2.1.2

21 Aug 23:56

Choose a tag to compare

@fxone/eslint-config@2.1.1

21 Aug 23:33

Choose a tag to compare

Bug Fix: Corrected the order of ESLint configurations to ensure the curly rule is properly enforced. The eslint-config-prettier preset is now correctly placed at the end of the configuration array to prevent it from overriding other rules.

@fxone/eslint-config@2.1.0

21 Aug 23:23

Choose a tag to compare

  • New Rules Added:
    • Enforced consistent curly brace usage for all control statements by adding the curly: "error" rule.
    • Standardized operator placement by including the @stylistic/operator-linebreak: ["error", "after"] rule, which requires the operator to appear at the end of the line.

@fxone/prettier-config@2.0.0

25 Jul 12:13

Choose a tag to compare

  • BREAKING CHANGE: Move prettier to peer dependencies
  • Users must now install prettier manually
  • This reduces bundle size and prevents version conflicts
  • Updated installation instructions in README

@fxone/eslint-config@2.0.0

25 Jul 12:13

Choose a tag to compare

  • BREAKING CHANGE: Move ESLint to peer dependencies
  • Users must now install ESLint manually
  • This prevents ESLint version conflicts between projects
  • Updated installation instructions in README