Update dependency tsup to v8 #9
Annotations
10 errors and 8 warnings
Lint:
apps/create-guider/entry.js#L3
Unable to resolve path to module './dist/index.js'
|
Lint:
apps/create-guider/src/index.ts#L4
Replace `"fs-extra"` with `'fs-extra'`
|
Lint:
apps/create-guider/src/index.ts#L5
Replace `"path"` with `'path'`
|
Lint:
apps/create-guider/src/index.ts#L9
Replace `"../"` with `'../'`
|
Lint:
apps/create-guider/src/index.ts#L10
Replace `"templates/main"` with `'templates/main'`
|
Lint:
apps/create-guider/src/index.ts#L20
Replace `"Cannot·contain·special·characters"` with `'Cannot·contain·special·characters'`
|
Lint:
apps/create-guider/src/index.ts#L25
Replace `"./"·+·projectName.toString()` with `'./'·+·projectName.toString();`
|
Lint:
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'`
|
Lint:
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'),⏎`
|
Lint:
apps/create-guider/src/index.ts#L33
Insert `;`
|
Lint:
apps/create-guider/src/index.ts#L4
`fs-extra` import should occur before import of `./utils/prompts`
|
Lint:
apps/create-guider/src/index.ts#L5
`path` import should occur before import of `@clack/prompts`
|
Lint:
apps/create-guider/src/index.ts#L5
Prefer `node:path` over `path`
|
Lint:
apps/create-guider/src/index.ts#L6
`url` import should occur before import of `@clack/prompts`
|
Lint:
apps/create-guider/src/index.ts#L6
Prefer `node:url` over `url`
|
Lint:
apps/create-guider/src/index.ts#L25
Unexpected string concatenation
|
Lint:
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
|
Lint:
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
|
Loading