Skip to content

Commit

Permalink
Fix README.md instruction (#2574)
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessByte authored Jan 2, 2025
1 parent 2f50011 commit 00b5abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ It also has a list of tools you can use, of which the `test` tool is one of them
This run `eslint` for all files that _require_ linting.

```shell
npx eslint exercises/**/*.spec.js exercises/**/.meta/*.js --fix
corepack pnpm node scripts/lint.mjs --fix
```

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

0 comments on commit 00b5abf

Please sign in to comment.