Skip to content

Commit

Permalink
docs: add pnpm installation command (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaic4o authored Oct 17, 2024
1 parent fa3ad76 commit 0d2a643
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ Each rule has its own test cases and customization aspects
$ npm install -D eslint
# or by yarn
$ yarn add -D eslint
$ or by pnpm
$ pnpm add -D eslint
```

2. Next, install `@feature-sliced/eslint-config` and dependencies:
Expand All @@ -52,6 +54,8 @@ Each rule has its own test cases and customization aspects
$ npm install -D @feature-sliced/eslint-config eslint-plugin-import eslint-plugin-boundaries
# or by yarn
$ yarn add -D @feature-sliced/eslint-config eslint-plugin-import eslint-plugin-boundaries
# or by pnpm
$ pnpm add -D @feature-sliced/eslint-config eslint-plugin-import eslint-plugin-boundaries
```

3. Add config to the `extends` section of your `.eslintrc` configuration file (for **recommended** rules). You can omit the `eslint-config` postfix:
Expand Down

0 comments on commit 0d2a643

Please sign in to comment.