From 00b5abf37427aa222443d623a317e93e3cf59768 Mon Sep 17 00:00:00 2001 From: Derk-Jan Karrenbeld Date: Fri, 3 Jan 2025 00:38:05 +0100 Subject: [PATCH] Fix README.md instruction (#2574) --- 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].