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

e2e: fix migrate eslint config #5714

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

BacLuc
Copy link
Contributor

@BacLuc BacLuc commented Aug 13, 2024

The . after the eslint command is important, else it lints nothing. Ignore the data directory explicitly.
Add eslint-parser and set languageOptions.ecmaVersion to 2022, else the import.meta above leads to a lint error.

Issue: #5282

The . after the eslint command is important, else it lints nothing.
Ignore the data directory explicitly.
Add eslint-parser and set languageOptions.ecmaVersion to 2022,
else the import.meta above leads to a lint error.

Issue: ecamp#5282
@BacLuc BacLuc force-pushed the e2e-fix-migrate-eslint-config branch from c923265 to c834fe1 Compare August 13, 2024 22:21
@BacLuc BacLuc requested a review from a team August 18, 2024 19:16
@carlobeltrame carlobeltrame added this pull request to the merge queue Aug 19, 2024
Merged via the queue into ecamp:devel with commit 5494048 Aug 19, 2024
30 checks passed
@BacLuc BacLuc deleted the e2e-fix-migrate-eslint-config branch August 19, 2024 10:09
@BacLuc BacLuc mentioned this pull request Sep 10, 2024
@manuelmeister manuelmeister mentioned this pull request Sep 27, 2024
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.

3 participants