Skip to content

Commit 00b5abf

Browse files
Fix README.md instruction (exercism#2574)
1 parent 2f50011 commit 00b5abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ It also has a list of tools you can use, of which the `test` tool is one of them
2424
This run `eslint` for all files that _require_ linting.
2525

2626
```shell
27-
npx eslint exercises/**/*.spec.js exercises/**/.meta/*.js --fix
27+
corepack pnpm node scripts/lint.mjs --fix
2828
```
2929

3030
These are also the files that are linted using the lint script, mentioned in [CONTRIBUTING.md][file-contributing].

0 commit comments

Comments
 (0)