-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
eslint error with isConformant.ts
in some packages
#20720
Comments
I played with it few minutes, here is a quickfix -> 💡 So to unblock your PR either remove that file completely or use it within test. In general I think the linting approach will need to be redone because project references are not supported by |
additional observation: we invoke
This is "problematic" as IDE is giving use squigless where CI wont ( bad DX ) |
I think the intent with the |
can we transform this to some knowledge base - actionable item ? |
Because this issue has not had activity for over 180 days, we're automatically closing it for house-keeping purposes. Still require assistance? Please, create a new issue with up-to date details. |
Because this reported issue has not had any activity for over 180 days, we're automatically closing it for house-keeping reasons. Still require assistance? Please, create a new issue with up-to date details and latest version of Fluent. |
Seen in #20692
To repro simply run
yarn eslint .
inreact-portal
.It seems that none of the tsconfigs actually include
src/common/isConformant.ts
however, it has currently worked or other packages both in that PR or already completed ones like: #20599 #20673 #20675The text was updated successfully, but these errors were encountered: