File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
packages/cli/snap-tests/check-fix-lint-warn Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,17 @@ warn: Lint warnings found
1111
1212Found 0 errors and 1 warning in 1 file (<variable>ms, <variable> threads)
1313pass: Formatting completed for checked files (<variable>ms)
14+
15+ > vp check
16+ pass: All 4 files are correctly formatted (<variable>ms, <variable> threads)
17+ warn: Lint warnings found
18+ ⚠ eslint(no-console): Unexpected console statement.
19+ ╭─[src/index.js:2:3]
20+ 1 │ function hello() {
21+ 2 │ console.log("hello");
22+ · ───────────
23+ 3 │ }
24+ ╰────
25+ help: Delete this console statement.
26+
27+ Found 0 errors and 1 warning in 1 file (<variable>ms, <variable> threads)
Original file line number Diff line number Diff line change 22 "env" : {
33 "VITE_DISABLE_AUTO_INSTALL" : " 1"
44 },
5- "commands" : [" vp check --fix" ]
5+ "commands" : [" vp check --fix" , " vp check " ]
66}
You can’t perform that action at this time.
0 commit comments