Releases: fxOne/tools
Releases · fxOne/tools
@fxone/eslint-config@4.1.1
- update dependencies
@fxone/eslint-config@4.1.0
- remove typescript as a dependency
@fxone/eslint-config@4.0.0
- BREAKING CHANGE: Update ESLint peer dependency to v10 (
^10.0.0) - Update
@stylistic/eslint-pluginto^5.10.0 - Update
eslint-plugin-prettierto^5.5.5 - Update
eslint-plugin-sort-keys-shorthandto^5.0.0 - Update
typescript-eslintto^8.57.0
@fxone/eslint-config@3.0.1
- Fixing usage of flat react hooks rule
@fxone/eslint-config@3.0.0
- Adjust rules
- Update eslint-plugin-react-hooks to v7
@fxone/eslint-config@2.1.2
- Fix rule
@fxone/eslint-config@2.1.1
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
- 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.
- Enforced consistent curly brace usage for all control statements by adding the
@fxone/prettier-config@2.0.0
- 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
- 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