Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: ignore pnpm-lock recursively during linting #86

Merged
merged 2 commits into from
Jun 9, 2024

Conversation

HalfdanJ
Copy link
Contributor

@HalfdanJ HalfdanJ commented Jun 2, 2024

When running the lint script locally, the pnpm-lock file in examples/ was complaining. This change ignores this path when linting.

Also removing the explicit list of files that are being linted, since they include node_modules, which makes eslint complain. Using . lints everything thats not ignored

@orefalo
Copy link
Owner

orefalo commented Jun 9, 2024

thank you, will merge

@orefalo orefalo merged commit c7d7e40 into orefalo:master Jun 9, 2024
5 checks passed
@orefalo
Copy link
Owner

orefalo commented Jun 9, 2024

hum.. this is breaking my build environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants