Skip to content

Commit

Permalink
docs: Update installation instructions for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Schroeder committed Oct 30, 2023
1 parent b2812cf commit 373c68f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Preconfigured ESLint rules and Prettier formatting for plug and play usage in pr
For NX projects simply copy over the rules for now.

## How to use
* Install @schablone/eslint-config with: `yarn add @schablone/eslint-config`
* Install the required peer dependencies if not present: `yarn add eslint prettier -D`
* Install @schablone/eslint-config with: `yarn add @schablone/eslint-config -D` or `npm install @schablone/eslint-config --save-dev`
* Install the required peer dependencies if not present: `yarn add eslint prettier -D` or `npm install eslint prettier --save-dev`
* Use it within your .eslintrc:
```json
{
Expand Down

0 comments on commit 373c68f

Please sign in to comment.