From ae4e379bebf6ac0bf444deb2cf2d87de3dd0eed0 Mon Sep 17 00:00:00 2001 From: Derk-Jan Karrenbeld Date: Thu, 2 Jan 2025 19:39:27 +0100 Subject: [PATCH] Fix README.md instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d83cd89f2..9de18799c6 100644 --- a/README.md +++ b/README.md @@ -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].