Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dudeofawesome authored Oct 18, 2023
1 parent 5c6b6f2 commit afb2fb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eslint-config-react/README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# @dudeofawesome/eslint-config-node
# @dudeofawesome/eslint-config-react

My node eslint config
My React eslint config

## Usage

1. Install this config plugin as a dev dependency.

```sh
npm i -D @dudeofawesome/eslint-config-node
npm i -D @dudeofawesome/eslint-config-react
```

1. Add the plugin to your `eslintrc`.

```yaml
extends:
- '@dudeofawesome'
- '@dudeofawesome/node'
- '@dudeofawesome/react'
```

1. You might also want to specify an `ecmaVersion`.
Expand Down

0 comments on commit afb2fb7

Please sign in to comment.