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
Creating an issue to fix this in the future if possible.
yarn lint keeps returning
yarn lint
Error: Cannot read config file: /Users/ken/dev/design-system/node_modules/eslint-config-prettier/@typescript-eslint.js Error: "prettier/@typescript-eslint" has been merged into "prettier" in eslint-config-prettier 8.0.0. See: https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md#version-800-2021-02-21 Referenced from: BaseConfig at Object.<anonymous> (/Users/ken/dev/design-system/node_modules/eslint-config-prettier/@typescript-eslint.js:1:7)
After some trial-and-error this appears to be and issue with tsdx using an older eslint config:
Ther developer states this it's diffifult to workaround, so configuring eslint in the yarn script is the quickes workaround.
Hotfix in #38
The text was updated successfully, but these errors were encountered:
fixed
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Creating an issue to fix this in the future if possible.
yarn lint
keeps returningAfter some trial-and-error this appears to be and issue with tsdx using an older eslint config:
Ther developer states this it's diffifult to workaround, so configuring eslint in the yarn script is the quickes workaround.
Hotfix in #38
The text was updated successfully, but these errors were encountered: