-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Parser error - file does not match your project config #1160
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
Comments
I checked out your branch, installed and ran This was my output
Going through the list...
These are expected lint errors.
This an expected error is because you have a file with the same name ( See: #955
These are errors which should not be happening. Why is this a problem? How to fix it? Delete these lines from your yarn lock file: and then re-install in the root (I did a I have raised import-js/eslint-plugin-import#1530 about this incorrect dependency in the published |
🙌 thanks so much for looking into our configuration & filing the issues! You were right about everything. 😺 |
@JoshuaKGoldberg via #890
I'm hitting this trying to onboard a Lerna monorepo with shared tooling... so it's a little hard to tell where the complaints are coming from.
See the pull request here: https://github.com/Codecademy/client-modules/pull/528
Build logs are here (are you able to see them?): https://circleci.com/gh/Codecademy/client-modules/13523?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-checks-link
Local equivalents of the same errors
**tsconfig.json**
**packages/gamut/tsconfig.json**
**.eslintrc.js**
**packages/eslint-config/index.js**
**Example file paths that are throwing errors**
/Users/joshgoldberg/Codecademy-dev/repos/client-modules/packages/gamut/src/NotificationList/__tests__/NotificationList-test.js
./src/foo.ts
The file does not match your project config: ./src/foo.ts
The file must be included in at least one of the projects provided.
Versions
@typescript-eslint/eslint-plugin
2.6.1-alpha.0
@typescript-eslint/parser
2.6.1-alpha0
TypeScript
3.5.3
node
12.13.0
Edit: would you like me to file a new issue, now that this is closed...?
The text was updated successfully, but these errors were encountered: