You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[1]> vp staged > /dev/null 2>&1 # should fail when staged .js file has lint errors
25
-
[FAILED] vp lint [FAILED]
26
-
[FAILED] vp lint [FAILED]
27
-
28
-
✖ vp lint:
29
-
VITE+ - The Unified Toolchain for the Web
30
-
31
-
32
-
× eslint(no-eval): eval can be harmful.
33
-
╭─[src/fail.js:1:1]
34
-
1 │ eval("code");
35
-
· ────
36
-
╰────
37
-
help: Avoid eval(). For JSON parsing use JSON.parse(); for dynamic property access use bracket notation (obj[key]); for other cases refactor to avoid evaluating strings as code.
38
-
39
-
Found 0 warnings and 1 error.
40
-
Finished in <variable>ms on 1 file with <variable> rules using <variable> threads.
24
+
[1]> vp staged > /dev/null 2>&1 # should fail when staged .js file has lint errors
0 commit comments