svelte-check
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -111,3 +111,3 @@ "use strict"; | ||
const svelteCheck = new svelte_language_server_1.SvelteCheck(workspaceUri.fsPath); | ||
const filePathsToIgnore = ((_a = myArgs['ignore']) === null || _a === void 0 ? void 0 : _a.split(' ')) || []; | ||
const filePathsToIgnore = ((_a = myArgs['ignore']) === null || _a === void 0 ? void 0 : _a.split(',')) || []; | ||
if (myArgs['watch']) { | ||
@@ -114,0 +114,0 @@ new DiagnosticsWatcher(workspaceUri, svelteCheck, writer, filePathsToIgnore); |
{ | ||
"name": "svelte-check", | ||
"description": "Svelte Code Checker Terminal Interface", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "./dist/src/index.js", | ||
@@ -6,0 +6,0 @@ "bin": "./bin/svelte-check", |
@@ -59,3 +59,3 @@ # Check your code with svelte-check | ||
`--ignore <files/folders to ignore, relative to workspace root, comma-separated. Example: --ignore dist,build>` | ||
`--ignore <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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
224797