Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aryanj-nyc/eslint-config


https://github.com/aryanj-nyc/eslint-config

Last synced: about 6 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Eslint Config

## Installation

`yarn add @aryanjabbari/eslint-config`

or

`npm install @aryanjabbari/eslint-config`

## Usage

1. Create an `.eslintrc.json` file in the root of your project
2. For Node projects, add:

```json
{
"extends": ["@aryanjabbari/eslint-config"]
}
```

For React projects, add:

```json
{
"extends": ["@aryanjabbari/eslint-config/react"]
}
```