Releases: radiofrance/eslint-config-radiofrance
Releases · radiofrance/eslint-config-radiofrance
v5.1.1
v5.1.0
v5.0.4
v5.0.3
✨ Improvements
- First common override for JS and TS include plugins and extends (XO config and Promise plugin) used into both cases
v5.0.2
v5.0.1
A patch version to update eslint-config-xo-typescript.
🐞 Bug Fixes
- Use https://github.com/xojs/eslint-config-xo-typescript/releases/tag/v4.0.0 to avoid conflict with stricter @typescript-eslint/switch-exhaustiveness-check
v5.0.0
A new major version for a set of new rules to handle Javascript and Typescript in a single package.
🚨 Breaking Changes
- Require Node.js 18
- Merge eslint-config-radiofrance-typescript into this package. Define scope of rules with overrides.
- Add recommended rule from eslint-plugin-package-json
- Add some rules from eslint-plugin-import (extensions, no-duplicates, order)
- Reactivate rule promise/no-return-wrap (warn in JS, error in TS)
- Drop specific override for test files in TS
🎀 Miscellaneous
- Add CI with GitHub Actions
- More tests
- Bump and adjust dependencies, devDependencies and peerDependencies
- Update README
v4.0.0
v3.3.0-beta.2
- Bump deps e017019