Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ceski23/eslint-config
https://github.com/ceski23/eslint-config
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ceski23/eslint-config
- Owner: ceski23
- Created: 2023-02-18T16:45:45.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T18:46:12.000Z (11 months ago)
- Last Synced: 2024-12-02T04:29:59.227Z (about 1 month ago)
- Language: JavaScript
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
}
}
]
```