svelte-check
Advanced tools
Comparing version 1.0.20 to 1.0.21
{ | ||
"name": "svelte-check", | ||
"description": "Svelte Code Checker Terminal Interface", | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"main": "./dist/src/index.js", | ||
@@ -6,0 +6,0 @@ "bin": "./bin/svelte-check", |
@@ -53,9 +53,9 @@ # Check your code with svelte-check | ||
`--workspace <path to your workspace, where checking starts>` | ||
`--workspace <path>` Path to your workspace. All subdirectories except node_modules and those listed in --ignore are checked | ||
`--output <human|human-verbose|machine>` | ||
`--watch` Will not exit after one pass but keep watching files for changes and rerun diagnostics. | ||
`--watch` Will not exit after one pass but keep watching files for changes and rerun diagnostics | ||
`--ignore <files/folders to ignore, relative to workspace root, comma-separated, inside quotes. Example: --ignore "dist,build">` | ||
`--ignore <path1,path2>` Files/folders to ignore - relative to workspace root, comma-separated, inside quotes. Example: --ignore "dist,build" | ||
@@ -62,0 +62,0 @@ `--fail-on-warnings` Will also exit with error code when there are warnings |
Sorry, the diff of this file is not supported yet
229299