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

chore(eslint-plugin): [prefer-optional-chain] fix incorrect syntax in documentation#5172

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

Merged
JoshuaKGoldberg merged 1 commit intotypescript-eslint:mainfromPythonCoderAS:patch-1
Jun 12, 2022

Conversation

PythonCoderAS
Copy link
Contributor

PR Checklist

Overview

Fixes invalid syntax.

>(((foo||{}).a||{}).b{}).c;(((foo||{}).a||{}).b{}).c;^Uncaught SyntaxError:Unexpectedtoken'{'

Now has become:

>(((foo||{}).a||{}).b||{}).c;undefined

@nx-cloud
Copy link

nx-cloudbot commentedJun 12, 2022
edited
Loading

☁️ Nx Cloud Report

CI is running/has finished running commands for commit856208f. 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 47 targets

Sent with 💌 fromNxCloud.

@typescript-eslint
Copy link
Contributor

Thanks for the PR,@PythonCoderAS!

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 commentedJun 12, 2022
edited
Loading

Deploy Preview fortypescript-eslint ready!

NameLink
🔨 Latest commit856208f
🔍 Latest deploy loghttps://app.netlify.com/sites/typescript-eslint/deploys/62a5cf77dbea3e0009f7e777
😎 Deploy Previewhttps://deploy-preview-5172--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.

@codecov
Copy link

codecovbot commentedJun 12, 2022
edited
Loading

Codecov Report

Merging#5172 (856208f) intomain (78af93b) willincrease coverage by2.49%.
The diff coverage isn/a.

@@            Coverage Diff             @@##             main    #5172      +/-   ##==========================================+ Coverage   91.33%   93.82%   +2.49%==========================================  Files         132      287     +155       Lines        1488     9862    +8374       Branches      224     2950    +2726     ==========================================+ Hits         1359     9253    +7894- Misses         65      329     +264- Partials       64      280     +216
FlagCoverage Δ
unittest93.82% <ø> (+2.49%)⬆️

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

Impacted FilesCoverage Δ
...lugin/src/rules/padding-line-between-statements.ts93.83% <0.00%> (ø)
...src/rules/naming-convention-utils/parse-options.ts100.00% <0.00%> (ø)
...ages/eslint-plugin/src/rules/default-param-last.ts100.00% <0.00%> (ø)
...lugin/src/rules/indent-new-do-not-use/TokenInfo.ts100.00% <0.00%> (ø)
...eslint-plugin/src/rules/no-unsafe-member-access.ts100.00% <0.00%> (ø)
packages/eslint-plugin/src/rules/array-type.ts97.18% <0.00%> (ø)
packages/eslint-plugin/src/rules/await-thenable.ts100.00% <0.00%> (ø)
...slint-plugin/src/rules/no-unnecessary-qualifier.ts100.00% <0.00%> (ø)
packages/eslint-plugin/src/rules/comma-spacing.ts100.00% <0.00%> (ø)
packages/eslint-plugin/src/rules/brace-style.ts95.34% <0.00%> (ø)
... and145 more

@armano2armano2 changed the titleFix incorrect syntaxchore(website): fix incorrect syntaxJun 12, 2022
@armano2armano2 changed the titlechore(website): fix incorrect syntaxchore(eslint-plugin): [prefer-optional-chain] fix incorrect syntax in documentationJun 12, 2022
@armano2armano2 added documentationDocumentation ("docs") that needs adding/updating package: eslint-pluginIssues related to @typescript-eslint/eslint-plugin labelsJun 12, 2022
@JoshuaKGoldbergJoshuaKGoldberg merged commitb67b6e4 intotypescript-eslint:mainJun 12, 2022
@PythonCoderASPythonCoderAS deleted the patch-1 branchJune 12, 2022 15:29
@Josh-Cena
Copy link
Member

chore(eslint-plugin): [prefer-optional-chain] fix incorrect syntax in documentation

Um, really, this should be adocs commit, not achore

@armano2
Copy link
Collaborator

ahh my mistake xd

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

@armano2armano2armano2 approved these changes

Assignees
No one assigned
Labels
documentationDocumentation ("docs") that needs adding/updatingpackage: eslint-pluginIssues related to @typescript-eslint/eslint-plugin
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@PythonCoderAS@Josh-Cena@armano2@JoshuaKGoldberg

[8]ページ先頭

©2009-2025 Movatter.jp