Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ceski23/eslint-config


https://github.com/ceski23/eslint-config

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

## Installation

1. Install this package:
```
npm i -D @ceski23/eslint-config
```

2. Use this config in your `eslint.config.js` file:
```javascript
import config from '@ceski23/eslint-config'

export default [
...config,
{
rules: {
// your rules
}
}
]
```