eslint@9, prettier - #105
Open
scottanderson wants to merge 2 commits into
Open
Conversation
hoborm
self-requested a review
May 27, 2026 20:35
scottanderson
marked this pull request as draft
May 28, 2026 21:34
scottanderson
force-pushed
the
eslint
branch
6 times, most recently
from
May 29, 2026 00:21
e3a5ace to
5ee9597
Compare
scottanderson
marked this pull request as ready for review
May 29, 2026 00:22
scottanderson
force-pushed
the
eslint
branch
4 times, most recently
from
June 1, 2026 20:11
3dcbf37 to
d65568b
Compare
scottanderson
force-pushed
the
eslint
branch
4 times, most recently
from
July 29, 2026 02:12
beb34e9 to
9673416
Compare
This was referenced Jul 29, 2026
scottanderson
commented
Jul 29, 2026
|
|
||
| <p> | ||
| <em>Applies to both Cloud and Self-Hosted Services</em> | ||
| </p> |
Contributor
Author
There was a problem hiding this comment.
The auto-formatter incorrectly removes the closing </p> tag due to a bug, causing a secondary build failure because the unclosed tag is invalid JSX. The correct formatting is included here so that the code can be formatted by running npm run lint:fix without creating this build failure.
Remove branch restriction for push events, which prevents forked projects from running CI checks prior to creating a PR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Features
eslint@9.*.config.mjsformat, so eslint can detect and handle them correctly.stylisticandtypescript-eslintrules.warn.Dependencies
This change includes code from:
Next steps
After merging this PR, complete the following steps to enable CI enforcement of lint and style rules:
Step 1: Auto-fix all remaining lint and style check failures:
This PR was generated by running:
Step 2: Enable pre-commit hook and CI enforcement: