Skip to content

feat: custom eslint parser for Vue Vine #46

feat: custom eslint parser for Vue Vine

feat: custom eslint parser for Vue Vine #46

Triggered via pull request October 23, 2023 12:40
Status Failure
Total duration 4m 6s
Artifacts

ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
lint: packages/create-vue-vine/src/commands/create.ts#L36
Unexpected use of the global variable 'process'. Use 'require("process")' instead
lint: packages/create-vue-vine/src/commands/create.ts#L100
Unexpected use of the global variable 'process'. Use 'require("process")' instead
lint: packages/create-vue-vine/src/utils/clack.ts#L5
Unexpected use of the global variable 'process'. Use 'require("process")' instead
lint: packages/create-vue-vine/src/utils/clack.ts#L13
Unexpected use of the global variable 'process'. Use 'require("process")' instead
lint: packages/create-vue-vine/src/utils/pm.ts#L3
Unexpected use of the global variable 'process'. Use 'require("process")' instead
lint: scripts/pre-commit.js#L28
'RUN_BUILD' is not defined
lint
Process completed with exit code 1.
test (18.x, ubuntu-latest)
Process completed with exit code 1.
test (18.x, macos-latest)
Process completed with exit code 1.
test (18.x, windows-latest)
Process completed with exit code 1.
lint: packages/compiler/src/validate.ts#L156
Should have no text on the "0th" line (after the `/**`)
lint: packages/e2e-test/src/test.vine.ts#L5
'name' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: packages/e2e-test/src/test.vine.ts#L6
'inc' is assigned a value but never used. Allowed unused vars must match /^_/u