Skip to content

Commit 98b396c

Browse files
authored
docs: svelte-check options clarifications (#472)
1 parent 6703e8b commit 98b396c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/svelte-check/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ Usage:
5050

5151
### Args:
5252

53-
`--workspace <path to your workspace, where checking starts>`
53+
`--workspace <path>` Path to your workspace. All subdirectories except node_modules and those listed in --ignore are checked
5454

5555
`--output <human|human-verbose|machine>`
5656

57-
`--watch` Will not exit after one pass but keep watching files for changes and rerun diagnostics.
57+
`--watch` Will not exit after one pass but keep watching files for changes and rerun diagnostics
5858

59-
`--ignore <files/folders to ignore, relative to workspace root, comma-separated, inside quotes. Example: --ignore "dist,build">`
59+
`--ignore <path1,path2>` Files/folders to ignore - relative to workspace root, comma-separated, inside quotes. Example: --ignore "dist,build"
6060

6161
`--fail-on-warnings` Will also exit with error code when there are warnings
6262

0 commit comments

Comments
 (0)