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

Commit fcedb5b

Browse files
authored
chore: use yarn capital d flag
1 parent 82aebff commit fcedb5b

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
@@ -26,7 +26,7 @@ Provide a `defineConfig` function for `.eslintrc.js` files.
2626
# add eslint and eslint-define-config to project’s dev dependencies
2727
npm install -D eslint eslint-define-config
2828
# or
29-
yarn add --dev eslint eslint-define-config
29+
yarn add -D eslint eslint-define-config
3030
```
3131

3232
# Usage

0 commit comments

Comments
 (0)