Sheriff continues his quest to conquer the JS ecosystem.

Sheriff extends support for Astro.

This release introduces support for Astro.js, thanks to ota-meshi libraries, eslint-plugin-astro and astro-eslint-parser.

The integration is provided out-of-the-box, meaning nothing has to be configured on the user side. Sheriff will automatically detect Astro projects and run the appropriate rules. All you have to do is upgrade Sheriff to this version.

This integration presented significant challenges, as the pertinent ESLint plugins are still in experimental status and also because this integration provides JSX-relevant ESLint rules inside .astro files, meaning that we are now parsing .astro files (in a Typescript-aware way) and provide Astro and React relevant rules inside them. This has not been trivial.

Sheriff meets Algolia

The Sheriff documentation website now has a full-text search powered by Algolia Docsearch, generously provided for free by the open-source projects sponsorship by Algolia. The documentation is now easier than ever to navigate.

Instead, the “Ask AI” feature didn’t make it in this release. There aren’t yet solid solutions in this space, for now.

Sheriff integrates Fsecond

Finally, as the last treat, my newest eslint-pluginfsecond was integrated in Sheriff.

Fsecond adds 2 new rules:

What’s Next

The commitment to improving Sheriff remains strong. Here’s a glimpse of what’s on the horizon:

Conclusion

As always, if you feel like contributing, feel free to propose suggestions or pull-requests. And if you just want to show appreciation, leave a star on GitHub.

Sheriff is actively dedicated to becoming even more adaptable and feature-rich. Stay tuned for further updates and enhancements!


Also published here.