Skip to content

Releases: x-spacy/eslint-config

1.8.0

13 Aug 14:00
fb18d6f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.7.1...1.8.0

1.7.1

26 May 13:26
Compare
Choose a tag to compare
chore: temporary disable test file rules because jest doesn't have su…

1.7.0

26 May 13:23
Compare
Choose a tag to compare
chore: add more files to default rules

1.6.0

26 May 12:28
Compare
Choose a tag to compare
chore: remove @typescript-eslint/require-await rule

1.5.0

25 May 13:59
Compare
Choose a tag to compare

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

25 May 12:54
Compare
Choose a tag to compare

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

25 May 12:30
Compare
Choose a tag to compare

Releasing a new version of eslint-config the 1.3.0 is now released! 🎉

Credits

Thanks everyone all @gutyerrez for helping us 🧑🏻‍💻

1.2.0

24 May 20:18
Compare
Choose a tag to compare

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 🧑🏻‍💻