Fix ignoring files in windows #85
pull_request.yml
on: pull_request
Run validations
1m 6s
Annotations
5 errors and 3 warnings
Run validations:
src/services/files-service.ts#L3
There should be at least one empty line between import groups
|
Run validations:
src/services/files-service.ts#L3
Prefer `node:os` over `os`
|
|
Run validations:
src/services/files-service.ts#L118
Expected blank line before this statement
|
Run validations
Process completed with exit code 1.
|
Run validations:
src/services/files-service.ts#L5
Using exported name 'glob' as identifier for default export
|
Run validations:
src/services/files-service.ts#L118
Caution: `glob` also has a named export `sync`. Check if you meant to write `import {sync} from 'glob'` instead
|
Run validations:
src/services/files-service.ts#L126
Caution: `parseGitIgnore` also has a named export `parse`. Check if you meant to write `import {parse} from 'parse-gitignore'` instead
|