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

linting issues when running yarn lint #19

Closed
dillu24 opened this issue Dec 15, 2023 · 0 comments · Fixed by #33
Closed

linting issues when running yarn lint #19

dillu24 opened this issue Dec 15, 2023 · 0 comments · Fixed by #33
Assignees

Comments

@dillu24
Copy link

dillu24 commented Dec 15, 2023

When running yarn lint on the projet directory I am getting the following errors:

dylan@dylgal-linlt:~/Desktop/demo-new-docs$ yarn lint
yarn run v1.22.21
$ yarn workspaces run lint

> demo-new-docs-contract
$ eslint '**/*.{js,jsx}'

Oops! Something went wrong! :(

ESLint: 8.53.0

ESLint couldn't find the config "@agoric" to extend from. Please check that the name of the config is correct.

The config "@agoric" was referenced from the config file in "/home/dylan/Desktop/demo-new-docs/contract/package.json".

If you still have problems, please stop by https://eslint.org/chat/help to chat with the team.

error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed.
Exit code: 2
Command: /home/dylan/.nvm/versions/node/v18.16.0/bin/node
Arguments: /home/dylan/.yarn/releases/yarn-1.22.21.cjs run lint
Directory: /home/dylan/Desktop/demo-new-docs/contract
Output:

info Visit https://yarnpkg.com/en/docs/cli/workspaces for documentation about this command.
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

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 a pull request may close this issue.

3 participants