Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
CI is failing on this PR: sveltejs/kit#12973
Digging into it and running TSC directly in the repo supplies a different set of linting error I'm attempting to address here, but in doing the digging I came across another interesting issue, the build script in this repo introduces a number of TS Linting errors post build.
Running the below commands in this order should demonstrate the issues, and could be causing some of the upstream issues we are seeing.
Standing state of the code
Produces one TS error regarding the
eslint
configPost-Build state of the code
Produces a number of other errors that will be picked up via
the
dist
folder innode_modules
in other packages when tsc is runI'm not sure that all of this needs to be fully addressed to unblock that PR, but I would love assistance with the error below: