Skip to content

Commit e563996

Browse files
committed
Clarify lint instructions
1 parent 67f182e commit e563996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ To run all linting checks AND automatically fix any fixable issues:
2929
task lint:fix
3030
```
3131

32-
To see which linters are available and run the linters for a specific file type, run
32+
To see how to run a subset of linters for a specific file type:
3333
```shell
3434
task -a
3535
```
36-
and check for all tasks under the `lint` namespace (marked with the `lint:` prefix).
36+
Look for all tasks under the `lint` namespace (identified by the `lint:` prefix).
3737

3838
[Task]: https://taskfile.dev

0 commit comments

Comments
 (0)