Releases: x-spacy/eslint-config
1.8.0
What's Changed
- feat: upgrade to support jest rules by @gutyerrez in #1
New Contributors
- @gutyerrez made their first contribution in #1
Full Changelog: 1.7.1...1.8.0
1.7.1
1.7.0
1.6.0
1.5.0
Releasing a new version of eslint-config
the 1.5.0
is now released! 🎉
- Remove
@typescript-eslint/no-unsafe-member-access
rule configuration.
Credits
Thanks everyone all @gutyerrez for helping us 🧑🏻💻
1.4.0
Releasing a new version of eslint-config
the 1.4.0
is now released! 🎉
- Created
space-in-parens
rule configuration.
Credits
Thanks everyone all @gutyerrez for helping us 🧑🏻💻
1.3.0
Releasing a new version of eslint-config
the 1.3.0
is now released! 🎉
- Removed @typescript-eslint/no-floating-promises rule.
Credits
Thanks everyone all @gutyerrez for helping us 🧑🏻💻
1.2.0
Releasing a new version of eslint-config
the 1.2.0
is now released! 🎉
Highlights
Eslint v9 support
On 5, Apr the version 9 of eslint was released and it's give a new way to configure eslint rules. The configuration file was changed to eslint.config.(m|c)js
and some plugins has not supported by this yet. But some plugins was already released with this support.
Older version of eslint config (v8) was deleted and a new configuration using the new v9 syntax was created.
To use this new version you need to create a eslint.config.(m|c)js
on root dir and use the code below:
import config from '@x-spacy/eslint-config';
export default config;
Credits
Thanks everyone all @gutyerrez for helping us 🧑🏻💻