We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 073b021 commit 50d01f9Copy full SHA for 50d01f9
docs/linter.md
@@ -31,5 +31,5 @@ You can run the following command to let eslint fix any errors it finds (if it c
31
npm run lint -- --fix
32
```
33
34
-*(The `--` in the middle is necessary to ensure the `--fix` option is passdd to `eslint`, not to `npm`. It can be omitted whne using yarn)*
+*(The `--` in the middle is necessary to ensure the `--fix` option is passed to `eslint`, not to `npm`. It can be omitted whne using yarn)*
35
0 commit comments