-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: Add @stylistic/jsx/jsx-closing-tag-location
eslint rule
#101
base: develop
Are you sure you want to change the base?
feat: Add @stylistic/jsx/jsx-closing-tag-location
eslint rule
#101
Conversation
cherrypicked from rtCamp#84 Co-authored-by: Amaan Khan <[email protected]>
Co-authored-by: Amaan Khan <[email protected]>
…actor/migrate-eslint-configs
|
…t/add-jsx-closing-tag-location-eslint-ruleset
…t/add-jsx-closing-tag-location-eslint-ruleset
…closing-tag-location-eslint-ruleset
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tl;dr on hold until we can reevaluate whether @stylistic/jsx
is something we want want to add as a whole.
https://github.com/orgs/rtCamp/projects/141/views/14?pane=issue&itemId=99390550
What
[ 1, 'line-aligned' ]
option will throw an error if the closing tag is not aligned with the line containing the opening tag.Related Issue(s):
Testing Instructions
npm install
&&npm run lint
.Additional Info
eslint
errors.Checklist
npm run changeset
.