Skip to content

Releases: fxOne/tools

@fxone/eslint-config@4.1.1

Choose a tag to compare

  • update dependencies

@fxone/eslint-config@4.1.0

Choose a tag to compare

  • remove typescript as a dependency

@fxone/eslint-config@4.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Mar 18:08
3b9d25f
  • 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

Choose a tag to compare

  • Fixing usage of flat react hooks rule

@fxone/eslint-config@3.0.0

Choose a tag to compare

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

@fxone/eslint-config@2.1.2

Choose a tag to compare

  • Fix rule

@fxone/eslint-config@2.1.1

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

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

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

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