Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(eslint-plugin): enable react/jsx-curly-brace-presence lint rule in website package#5894

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

shogohida
Copy link
Contributor

@shogohidashogohida commentedOct 26, 2022
edited by JoshuaKGoldberg
Loading

PR Checklist

Overview

@nx-cloud
Copy link

nx-cloudbot commentedOct 26, 2022
edited
Loading

☁️ Nx Cloud Report

CI is running/has finished running commands for commita51a1c8. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 46 targets

Sent with 💌 fromNxCloud.

@typescript-eslint
Copy link
Contributor

Thanks for the PR,@shogohida!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently onhttps://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitorsper day.

@netlify
Copy link

netlifybot commentedOct 26, 2022
edited
Loading

Deploy Preview fortypescript-eslint ready!

NameLink
🔨 Latest commita51a1c8
🔍 Latest deploy loghttps://app.netlify.com/sites/typescript-eslint/deploys/635a11a3e61fea000857c88e
😎 Deploy Previewhttps://deploy-preview-5894--typescript-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to yourNetlify site settings.

@shogohida
Copy link
ContributorAuthor

shogohida commentedOct 26, 2022
edited
Loading

I couldn't run lint locally for some reason so I decided to make a draft pull request to see which code I need to fix afterreact/jsx-curly-brace-presence is enabled.

Maybe it was because I faced the same issue as below.
eslint/eslint#15785

Copy link
Member

@JoshuaKGoldbergJoshuaKGoldberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

LGTM, glad to see no issues were detected here! Thanks for sending this in! ✨

shogohida reacted with thumbs up emoji
@JoshuaKGoldbergJoshuaKGoldberg marked this pull request as ready for reviewOctober 27, 2022 05:05
@JoshuaKGoldbergJoshuaKGoldbergenabled auto-merge (squash)October 27, 2022 05:05
@codecov
Copy link

codecovbot commentedOct 27, 2022

Codecov Report

Merging#5894 (b1771a1) intomain (67744db) willincrease coverage by0.03%.
The diff coverage is89.92%.

❗ Current headb1771a1 differs from pull request most recent heada51a1c8. Consider uploading reports for the commita51a1c8 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@##             main    #5894      +/-   ##==========================================+ Coverage   91.33%   91.36%   +0.03%==========================================  Files         361      364       +3       Lines       12044    12134      +90       Branches     3506     3540      +34     ==========================================+ Hits        11000    11086      +86  Misses        748      748- Partials      296      300       +4
FlagCoverage Δ
unittest91.36% <89.92%> (+0.03%)⬆️

Flags with carried forward coverage won't be shown.Click here to find out more.

Impacted FilesCoverage Δ
...ript-estree/src/create-program/createSourceFile.ts87.50% <0.00%> (ø)
...t-estree/src/create-program/useProvidedPrograms.ts84.84% <50.00%> (ø)
...-estree/src/create-program/createDefaultProgram.ts78.26% <71.42%> (+0.98%)⬆️
...ges/typescript-estree/src/create-program/shared.ts83.33% <75.00%> (ø)
...pt-estree/src/create-program/createWatchProgram.ts78.06% <78.57%> (ø)
...-estree/src/create-program/createProjectProgram.ts93.47% <81.81%> (ø)
...escript-estree/src/parseSettings/inferSingleRun.ts90.90% <90.90%> (ø)
...ipt-estree/src/parseSettings/warnAboutTSVersion.ts93.33% <93.33%> (ø)
...pt-estree/src/parseSettings/createParseSettings.ts96.82% <96.82%> (ø)
packages/typescript-estree/src/ast-converter.ts100.00% <100.00%> (ø)
... and1 more

@JoshuaKGoldbergJoshuaKGoldberg merged commit344322a intotypescript-eslint:mainOct 27, 2022
@shogohida
Copy link
ContributorAuthor

Thanks for merging! Your support helped me a lot. I hope to contribute more so see you next time!

JoshuaKGoldberg reacted with heart emojiJoshuaKGoldberg reacted with rocket emoji

@shogohidashogohida deleted the enable-react/jsx-curly-brace-presence branchOctober 27, 2022 05:18
@bradzacher
Copy link
Member

cc@JoshuaKGoldberg - PR naming.
-> usedfix instead ofchore
-> package namespace waseslint-plugin instead of being empty

It showed up in the release logs!

@JoshuaKGoldberg
Copy link
Member

Oh dangit sorry! I keep messing up on this 😞

bradzacher reacted with rocket emoji

@shogohida
Copy link
ContributorAuthor

Oops, sorry for my mistakes 😞 I will make a PR more carefully when I contribute next time

@github-actionsgithub-actionsbot locked asresolvedand limited conversation to collaboratorsNov 17, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@JoshuaKGoldbergJoshuaKGoldbergJoshuaKGoldberg approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Repo: Enable react/jsx-curly-brace-presence lint rule in website package
3 participants
@shogohida@bradzacher@JoshuaKGoldberg

[8]ページ先頭

©2009-2025 Movatter.jp