Releases: eslint-stylistic/eslint-stylistic
Releases · eslint-stylistic/eslint-stylistic
v1.1.0-beta.0
🚀 Features
View changes on GitHub
v1.0.1
v1.0.0
This release does not include any changes.
It indicates that the migration is complete, and you can safely migrate and use it for production from now.
Refer to Project Progress to learn more about our plans onward.
v0.1.2
v0.1.1
v0.1.0
The release of v0.1.0 serves as a mark that we start to follow semver, as we have reached the agreement with ESLint and typescript-eslint team to move their rules to this project.
Current state:
- ESLint Core Rules should be finalized
- TypeScript and JSX Rules might still change
We will release v1.0 once ESLint makes the deprecation announcement. v1.0 would be 1:1 migration from the original repros. And starting from that, we will work on refactors and improvements in v1.1 or v2.0 deps on the affecting range.
🚀 Features
- eslint-plugin-jsx: Add jsx-self-closing-comp - by @zhiyuanzmj and @antfu in #22 (93c5b)
View changes on GitHub
v0.0.12
v0.0.11
v0.0.10
v0.0.9
🚀 Features
- Define-config-support files - by @Shinigami92 and @antfu in #20 (f9d08)
- Expose rule options - by @antfu (6b406)
- Dts for jsx - by @antfu (a24f8)
🐞 Bug Fixes
- Update metadata - by @antfu (d5e95)
- jsx: Remove deprecated
jsx-space-before-closing
, close #18 - by @antfu in #18 (c6961)