eslint-config-chariz
Version:
ESLint config used at Chariz
41 lines (32 loc) • 942 B
Markdown
<h2 align="center">
<img src="https://github.githubassets.com/images/icons/emoji/unicode/1f9d1-1f4bb.png">
<br>
eslint-config-chariz
</h2>
**ESLint configuration supporting React, Preact, ESM, and ECMA 2020.**
## Installation
```bash
npm install --save-dev eslint-config-chariz
# or
yarn add --dev eslint-config-chariz
# or
pnpm add --save-dev eslint-config-chariz
```
## Usage
To use the package, simply just add the following to your ESLint configuration.
```json
{
"extends": "chariz"
}
```
## Credits
<p align="center">
<a href="https://chariz.com/">
<img src="https://chariz.com/img/chariz-logo-head@3x.png" width="166" height="60">
</a>
</p>
Developed by [Chariz](https://chariz.com/):
* [Adam Demasi (@kirb)](https://github.com/kirb)
* [Aarnav Tale (@tale)](https://github.com/tale)
## License
Licensed under the Apache License, version 2.0. Refer to [LICENSE.md](https://github.com/chariz/modern-flash/blob/main/LICENSE.md).