Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
msanroman authored and philippemiguet committed Oct 7, 2021
1 parent a5358a4 commit a6f5f90
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions eslint/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# @bufferapp/eslint-config

This is the standard ESLint config files for the projects within the @bufferapp
GitHub organization.

## Usage

```console
npm install --save-dev @bufferapp/eslint-config eslint
# or
yarn add -D @bufferapp/eslint-config eslint
```

NOTE: We will need to define custom installation instructions for front-end
and backend-based configs, depending on those we will have different
`peerDependencies` for the ESLint configs.

And then, on your `.eslintrc` use

```
"extends": "@bufferapp/eslint-config-backend"
#or
"extends": "@bufferapp/eslint-config-frontend"
```

0 comments on commit a6f5f90

Please sign in to comment.