https://github.com/azusfin/eslint-config
An ESLint shareable config that I used in my projects
https://github.com/azusfin/eslint-config
Last synced: 4 months ago
JSON representation
An ESLint shareable config that I used in my projects
- Host: GitHub
- URL: https://github.com/azusfin/eslint-config
- Owner: Azusfin
- License: mit
- Created: 2022-02-28T05:54:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-31T08:47:59.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T12:16:33.838Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 257 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config
> An ESLint [shareable config](https://eslint.org/docs/developer-guide/shareable-configs.html) that I use in my projects
## Install
```bash
npm install -D @azusfin/eslint-config
```
or with yarn
```bash
yarn add -D @azusfin/eslint-config
```
## Usage
ESLint guide: [link](https://eslint.org/docs/latest/use/configure/configuration-files)
## Extended from
[@stegripe/eslint-config](https://github.com/stegripe/eslint-config)