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

docs: add guide for building ESLint plugins#9684

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

Conversation

@JoshuaKGoldberg
Copy link
Member

@JoshuaKGoldbergJoshuaKGoldberg commentedJul 31, 2024
edited
Loading

PR Checklist

Overview

Also updatesRuleTester docs to useparserOptions.projectServer instead ofparserOptions.project. Both still work, but the new form doesn't require afixtures/ directory on disk (🥳!).

Backing PR to add the example project:typescript-eslint/examples#13

💖

@typescript-eslint
Copy link
Contributor

Thanks for the PR,@JoshuaKGoldberg!

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.

@netlify
Copy link

netlifybot commentedJul 31, 2024
edited
Loading

Deploy Preview fortypescript-eslint ready!

NameLink
🔨 Latest commit0dae980
🔍 Latest deploy loghttps://app.netlify.com/sites/typescript-eslint/deploys/66b14520cccd970008dcfe6b
😎 Deploy Previewhttps://deploy-preview-9684--typescript-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 99 (🟢 up 4 from production)
Accessibility: 100 (no change from production)
Best Practices: 92 (no change from production)
SEO: 90 (no change from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports

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

@nx-cloud
Copy link

nx-cloudbot commentedJul 31, 2024
edited
Loading

☁️ Nx Cloud Report

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

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 30 targets

Sent with 💌 fromNxCloud.

@JoshuaKGoldbergJoshuaKGoldberg changed the base branch fromv8 tomainJuly 31, 2024 17:06
@codecov
Copy link

codecovbot commentedJul 31, 2024
edited
Loading

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.07%. Comparing base(fbcfaba) to head(0dae980).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@##             main    #9684   +/-   ##=======================================  Coverage   88.07%   88.07%           =======================================  Files         402      402             Lines       13691    13691             Branches     3982     3982           =======================================  Hits        12058    12058             Misses       1324     1324             Partials      309      309
FlagCoverage Δ
unittest88.07% <ø> (ø)

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


```ts
import {ESLintUtils }from'@typescript-eslint/utils';
import*astsutilsfrom'ts-api-utils';
Copy link
MemberAuthor

Choose a reason for hiding this comment

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

There's really no need to ask users to load in a full third-party-package for a single enum helper function. Especially not for a package outside of the org's ownership.

@JoshuaKGoldbergJoshuaKGoldberg marked this pull request as ready for reviewAugust 1, 2024 16:41
@JoshuaKGoldbergJoshuaKGoldberg requested a review froma teamAugust 3, 2024 13:04
Josh-Cena
Josh-Cena previously approved these changesAug 5, 2024
@JoshuaKGoldbergJoshuaKGoldberg merged commit60b7fb4 intotypescript-eslint:mainAug 5, 2024
@JoshuaKGoldbergJoshuaKGoldberg deleted the plugin-docs branchAugust 5, 2024 22:27
@github-actionsgithub-actionsbot locked asresolvedand limited conversation to collaboratorsAug 14, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

@Josh-CenaJosh-CenaJosh-Cena left review comments

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Docs: instructions on how to integrate custom rules into your project Docs: Add guidance for third party ESLint plugins and type checking

2 participants

@JoshuaKGoldberg@Josh-Cena

[8]ページ先頭

©2009-2025 Movatter.jp