We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ca444 commit 444b1ddCopy full SHA for 444b1dd
lessons/03-tools/C-linting.md
@@ -59,7 +59,7 @@ This is a combination of the recommended configs of ESLint and Prettier. This wi
59
"lint": "eslint",
60
```
61
62
-Run `npm run eslint` now and you should see we have a few errors.
+Run `npm run lint` now and you should see we have a few errors.
63
64
> 🚨 ESLint will have a bunch of errors right now. Ignore them; we'll fix them in a sec.
65
0 commit comments