Skip to content

Expose Shiki and Remark #20

Expose Shiki and Remark

Expose Shiki and Remark #20

Triggered via pull request June 8, 2024 20:02
Status Failure
Total duration 35s
Artifacts
Check if files modified
3s
Check if files modified
Linting and Typecheck
17s
Linting and Typecheck
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 8 warnings
Linting and Typecheck: apps/create-guider/entry.js#L3
Unable to resolve path to module './dist/index.js'
Linting and Typecheck: apps/create-guider/src/index.ts#L4
Replace `"fs-extra"` with `'fs-extra'`
Linting and Typecheck: apps/create-guider/src/index.ts#L5
Replace `"path"` with `'path'`
Linting and Typecheck: apps/create-guider/src/index.ts#L9
Replace `"../"` with `'../'`
Linting and Typecheck: apps/create-guider/src/index.ts#L10
Replace `"templates/main"` with `'templates/main'`
Linting and Typecheck: apps/create-guider/src/index.ts#L20
Replace `"Cannot·contain·special·characters"` with `'Cannot·contain·special·characters'`
Linting and Typecheck: apps/create-guider/src/index.ts#L25
Replace `"./"·+·projectName.toString()` with `'./'·+·projectName.toString();`
Linting and Typecheck: apps/create-guider/src/index.ts#L27
Replace `"A·file·or·folder·with·that·name·already·exists"` with `'A·file·or·folder·with·that·name·already·exists'`
Linting and Typecheck: apps/create-guider/src/index.ts#L32
Replace `path.join(projectDir,·"_gitignore"),·path.join(projectDir,·".gitignore")` with `⏎··path.join(projectDir,·'_gitignore'),⏎··path.join(projectDir,·'.gitignore'),⏎`
Linting and Typecheck: apps/create-guider/src/index.ts#L4
`fs-extra` import should occur before import of `./utils/prompts`
Linting and Typecheck: apps/create-guider/src/index.ts#L5
`path` import should occur before import of `@clack/prompts`
Linting and Typecheck: apps/create-guider/src/index.ts#L5
Prefer `node:path` over `path`
Linting and Typecheck: apps/create-guider/src/index.ts#L6
`url` import should occur before import of `@clack/prompts`
Linting and Typecheck: apps/create-guider/src/index.ts#L6
Prefer `node:url` over `url`
Linting and Typecheck: apps/create-guider/src/index.ts#L25
Unexpected string concatenation
Linting and Typecheck: apps/create-guider/src/index.ts#L31
Caution: `fs` also has a named export `copy`. Check if you meant to write `import {copy} from 'fs-extra'` instead
Linting and Typecheck: apps/create-guider/src/index.ts#L32
Caution: `fs` also has a named export `rename`. Check if you meant to write `import {rename} from 'fs-extra'` instead