We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The initial start on Windows fails with this error message:
> [email protected] lint:fix C:\Projects\PatentSight\ps-api > eslint -c .eslintrc.js '{server, test}/**/*.{js,ts,tsx}' --quiet --fix Oops! Something went wrong! :( ESLint: 7.7.0 No files matching the pattern "'{server," were found. Please check for typing mistakes in the pattern.
It looks like eslint couldn't work with path patterns from package.json.
I will open a PR that fixes this.
Regards,
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The initial start on Windows fails with this error message:
It looks like eslint couldn't work with path patterns from package.json.
I will open a PR that fixes this.
Regards,
The text was updated successfully, but these errors were encountered: