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

ci: Fix linting #492

Merged
merged 3 commits into from
May 29, 2024
Merged

ci: Fix linting #492

merged 3 commits into from
May 29, 2024

Conversation

machour
Copy link
Collaborator

@machour machour commented May 29, 2024

No description provided.

@@ -4,7 +4,7 @@
"license": "MIT",
"scripts": {
"format": "prettier --write . && yarn lint:fix",
"lint": "eslint .",
"lint": "eslint --no-eslintrc --config .eslintrc.js .",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@brookslybrand This was it! This ignores all .eslintrc.cjs files from the new v2/vite examples :)

@machour machour merged commit 8900ca6 into main May 29, 2024
1 check passed
@machour machour deleted the fix-ci branch May 29, 2024 22:23
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.

1 participant