Skip to content

Commit

Permalink
fix(configs): update readme install cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Oct 15, 2023
1 parent c7a0a94 commit c4749b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configs/eslint-config-custom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Install dependencies:

```bash
pnpm add -D eslint-config-custom eslint --filter [package-name] --workspace
pnpm add -D eslint-config-custom --workspace eslint --filter [package-name]
```

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion configs/jest-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Install dependencies:

```bash
pnpm add -D jest-config jest @types/jest --filter [package-name] --workspace
pnpm add -D jest-config jest --workspace @types/jest --filter [package-name]
```

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion configs/tsconfig-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Install dependencies:

```bash
pnpm add -D tsconfig-config typescript --filter [package-name] --workspace
pnpm add -D tsconfig-config --workspace typescript --filter [package-name]
```

## Getting Started
Expand Down

0 comments on commit c4749b4

Please sign in to comment.