-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a5358a4
commit a6f5f90
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
``` |