# eslint-plugin-sxzz

[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![Unit Test][unit-test-src]][unit-test-href]

A collection of ESLint rules.

[Rules List](./src/rules)

## Install

```bash
npm i eslint-plugin-sxzz
```

## Credits

- [eslint-plugin-antfu](https://github.com/antfu/eslint-plugin-antfu) - Using it as a template to create this plugin.

## Sponsors

<p align="center">
  <a href="https://cdn.jsdelivr.net/gh/sxzz/sponsors/sponsors.svg">
    <img src='https://cdn.jsdelivr.net/gh/sxzz/sponsors/sponsors.svg'/>
  </a>
</p>

## License

[MIT](./LICENSE) License © 2024-PRESENT [Kevin Deng](https://github.com/sxzz)

<!-- Badges -->

[npm-version-src]: https://img.shields.io/npm/v/eslint-plugin-sxzz.svg
[npm-version-href]: https://npmjs.com/package/eslint-plugin-sxzz
[npm-downloads-src]: https://img.shields.io/npm/dm/eslint-plugin-sxzz
[npm-downloads-href]: https://www.npmcharts.com/compare/eslint-plugin-sxzz?interval=30
[unit-test-src]: https://github.com/sxzz/eslint-plugin-sxzz/actions/workflows/unit-test.yml/badge.svg
[unit-test-href]: https://github.com/sxzz/eslint-plugin-sxzz/actions/workflows/unit-test.yml
