Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 82aebff

Browse files
authored
chore: fix npm install flag
1 parent b5802b4 commit 82aebff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Provide a `defineConfig` function for `.eslintrc.js` files.
2424

2525
```bash
2626
# add eslint and eslint-define-config to project’s dev dependencies
27-
npm install --dev eslint eslint-define-config
27+
npm install -D eslint eslint-define-config
2828
# or
2929
yarn add --dev eslint eslint-define-config
3030
```

0 commit comments

Comments
 (0)