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

Fix: eslint command not working for eslint-config-nimble 2.4.0 #42

Open
tyrro opened this issue Aug 2, 2022 · 1 comment
Open

Fix: eslint command not working for eslint-config-nimble 2.4.0 #42

tyrro opened this issue Aug 2, 2022 · 1 comment
Milestone

Comments

@tyrro
Copy link

tyrro commented Aug 2, 2022

Issue

In the latest version of eslint-config-nimble(2.4.0), the command eslint . --color fails to lint files. It throws errors like this:
image

Expected

eslint . --color command should lint all files.

Steps to reproduce

  1. Add yarn add -D @nimblehq/eslint-config-nimble
  2. Add "eslint": "eslint . --color" to scripts
  3. Run yarn eslint
@hoangmirs
Copy link
Contributor

🤔 typescript should be a peerDependencies, I did not add it 🙈

@carryall carryall added this to the 2.2.2 milestone Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants