# @eienjs/eslint-config

[![Source Code][badge-source]][source]
[![Npm Node Version Support][badge-node-version]][node-version]
[![Latest Version][badge-release]][release]
[![Software License][badge-license]][license]
[![Total Downloads][badge-downloads]][downloads]

> EienJS ESLint config preset

## Introduction

Eslint config preset for EienJS projects and packages, it's a fork from [@antfu/eslint-config](https://github.com/antfu/eslint-config).

## Quick Start

Faster start is using Wizard setup, run command below:

```sh
pnpm dlx @eienjs/eslint-config@latest
```

Or install the package directly:

```sh
pnpm add -D @eienjs/eslint-config
```

Add or update your `eslint.config.js` acording your needs.

## Documentation

The documentation is available on [EienJS](https://eienjs.com/packages/eslint-config/getting-started/).

## Contributing

Contributions are welcome. Please read [CONTRIBUTING][] for more details and remember to check the [CHANGELOG][] file.

## Copyright and License

The `@eienjs/eslint-config` library is licensed for use under the MIT License (MIT). Please see [LICENSE][] for more information.

[contributing]: https://github.com/eienjs/.github/blob/main/docs/CONTRIBUTING.md
[changelog]: https://github.com/eienjs/eslint-config/blob/main/CHANGELOG.md
[source]: https://github.com/eienjs/eslint-config
[node-version]: https://www.npmjs.com/package/@eienjs/eslint-config
[release]: https://www.npmjs.com/package/@eienjs/eslint-config
[license]: https://github.com/eienjs/eslint-config/blob/main/LICENSE
[downloads]: https://www.npmjs.com/package/@eienjs/eslint-config
[badge-source]: https://img.shields.io/badge/source-eienjs/eslint--config-blue.svg?logo=github
[badge-node-version]: https://img.shields.io/node/v/@eienjs/eslint-config.svg?logo=nodedotjs
[badge-release]: https://img.shields.io/npm/v/@eienjs/eslint-config.svg?logo=npm
[badge-license]: https://img.shields.io/github/license/eienjs/eslint-config?logo=open-source-initiative
[badge-downloads]: https://img.shields.io/npm/dm/@eienjs/eslint-config.svg?logo=npm
