Skip to content
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 opt-in blockESLintPlugin #2131

Merged
merged 6 commits into from
Apr 3, 2025
Merged

Conversation

JoshuaKGoldberg
Copy link
Owner

@JoshuaKGoldberg JoshuaKGoldberg commented Apr 3, 2025

PR Checklist

Overview

Adds a Block that devs can use to sync tooling for ESLint plugins built on CTA. It replaces the default example files with its own, so creating a new repo will look like:

npx create-typescript-app --add-eslint-plugin --exclude-example-files

🎁

Copy link

codecov bot commented Apr 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.81%. Comparing base (c2b0fc7) to head (3be3c93).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##             main    #2131    +/-   ##
========================================
  Coverage   99.81%   99.81%            
========================================
  Files         128      129     +1     
  Lines        5292     5425   +133     
  Branches      383      387     +4     
========================================
+ Hits         5282     5415   +133     
  Misses         10       10            

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@JoshuaKGoldberg JoshuaKGoldberg merged commit 11d8e05 into main Apr 3, 2025
13 checks passed
@JoshuaKGoldberg JoshuaKGoldberg deleted the block-eslint-plugin branch April 3, 2025 16:59
Copy link

github-actions bot commented Apr 3, 2025

🎉 This is included in version v2.25.0 🎉

The release is available on:

Cheers! 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚀 Feature: Add an opt-in block for setting up an ESLint plugin
1 participant