-
Notifications
You must be signed in to change notification settings - Fork 166
Expand file tree
/
Copy pathsnap.txt
More file actions
68 lines (48 loc) · 1.97 KB
/
snap.txt
File metadata and controls
68 lines (48 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
> vp check -h
VITE+ - The Unified Toolchain for the Web
Usage: vp check [OPTIONS] [PATHS]...
Run format, lint, and type checks.
Options:
--fix Auto-fix format and lint issues
--no-fmt Skip format check
--no-lint Skip lint check
--no-error-on-unmatched-pattern Do not exit with error when pattern is unmatched
--disable-nested-config Disable the automatic loading of nested configuration files (lint only)
-h, --help Print help
Examples:
vp check
vp check --fix
vp check --no-lint src/index.ts
Documentation: https://viteplus.dev/guide/check
> vp check --help
VITE+ - The Unified Toolchain for the Web
Usage: vp check [OPTIONS] [PATHS]...
Run format, lint, and type checks.
Options:
--fix Auto-fix format and lint issues
--no-fmt Skip format check
--no-lint Skip lint check
--no-error-on-unmatched-pattern Do not exit with error when pattern is unmatched
--disable-nested-config Disable the automatic loading of nested configuration files (lint only)
-h, --help Print help
Examples:
vp check
vp check --fix
vp check --no-lint src/index.ts
Documentation: https://viteplus.dev/guide/check
> vp help check
VITE+ - The Unified Toolchain for the Web
Usage: vp check [OPTIONS] [PATHS]...
Run format, lint, and type checks.
Options:
--fix Auto-fix format and lint issues
--no-fmt Skip format check
--no-lint Skip lint check
--no-error-on-unmatched-pattern Do not exit with error when pattern is unmatched
--disable-nested-config Disable the automatic loading of nested configuration files (lint only)
-h, --help Print help
Examples:
vp check
vp check --fix
vp check --no-lint src/index.ts
Documentation: https://viteplus.dev/guide/check