Skip to content

Conversation

@jagdish-15
Copy link
Member

@jagdish-15 jagdish-15 commented Jan 2, 2025

Pull Request

npx eslint exercises/**/*.spec.js exercises/**/.meta/*.js --fix
PS C:\Programming\Exercism\javascript> npx eslint exercises/**/*.spec.js exercises/**/.meta/*.js --fix

C:\Programming\Exercism\javascript\exercises\concept\fruit-picker\.meta\exemplar.js
  5:24  error  Unable to resolve path to module './notifier'  import/no-unresolved
  6:23  error  Unable to resolve path to module './grocer'    import/no-unresolved

✖ 2 problems (2 errors, 0 warnings)

This PR changes the incorrect paths shown by the error above to the correct ones!

@github-actions
Copy link
Contributor

github-actions bot commented Jan 2, 2025

Hello. Thanks for opening a PR on Exercism 🙂

We ask that all changes to Exercism are discussed on our Community Forum before being opened on GitHub. To enforce this, we automatically close all PRs that are submitted. That doesn't mean your PR is rejected but that we want the initial discussion about it to happen on our forum where a wide range of key contributors across the Exercism ecosystem can weigh in.

You can use this link to copy this into a new topic on the forum. If we decide the PR is appropriate, we'll reopen it and continue with it, so please don't delete your local branch.

If you're interested in learning more about this auto-responder, please read this blog post.


Note: If this PR has been pre-approved, please link back to this PR on the forum thread and a maintainer or staff member will reopen it.

@github-actions github-actions bot closed this Jan 2, 2025
@SleeplessByte
Copy link
Member

These paths are not incorrect as the folder .meta is dropped from the path when we run the tests.

@jagdish-15
Copy link
Member Author

@SleeplessByte, thank you for the explanation, I wasn't aware of it initially, and I will close the PR!

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