Releases: fxOne/tools
Releases · fxOne/tools
@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
@fxone/eslint-config@1.5.1
- disable promise rules
@fxone/eslint-config@1.5.0
- update dependencies
@fxone/eslint-config@1.4.4
Change Log
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
To Be Released
1.4.
- adjust rules
1.4.3
- set
braceStyle: '1tbs'
1.4.2
- set
arrowParens: 'always'
1.4.1
- adjust rules
1.4.0
- add
@stylistic/eslint-plugin
1.3.2
- Fixing issues with eslint 9
1.3.1
- Fixing issues with eslint 9
1.3.0
- Update to eslint 9
1.2.0
- Remove
@typescript-eslint/indentas the project is using prettier
1.1.1
- Upgrade dependencies
1.0.0
- Initial release