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

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

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


NPM version

## 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)