Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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