svelte-check
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -535,2 +535,3 @@ /// <reference lib="dom" /> | ||
readonly?: boolean; | ||
referrerpolicy?: string; | ||
rel?: string; | ||
@@ -537,0 +538,0 @@ required?: boolean; |
{ | ||
"name": "svelte-check", | ||
"description": "Svelte Code Checker Terminal Interface", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"main": "./dist/src/index.js", | ||
@@ -6,0 +6,0 @@ "bin": "./bin/svelte-check", |
@@ -59,3 +59,3 @@ # Check your code with svelte-check | ||
| `--tsconfig <path>` | Pass a path to a tsconfig or jsconfig file. The path can be relative to the workspace path or absolute. Doing this means that only files matched by the files/include/exclude pattern of the config file are diagnosed. It also means that errors from TypeScript and JavaScript files are reported. | | ||
| `--ignore <path1,path2>` | 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"`. When used in conjunction with `--tsconfig`, this will only have effect on the files watched, not on the files that are diagnosed, which is then determined by the `tsconfig.json` | | ||
| `--fail-on-warnings` | Will also exit with error code when there are warnings | | ||
@@ -62,0 +62,0 @@ | `--fail-on-hints` | Will also exit with error code when there are hints | |
Sorry, the diff of this file is too big to display
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
3931637
94444