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 prettier.config to clearUnnecessaryFiles.ts #1051

Conversation

jaas666
Copy link
Contributor

@jaas666 jaas666 commented Nov 23, 2023

PR Checklist

Overview

Added .prettier.config.js, .prettier.config.mjs and .prettier.config.cjs to clearUnnecessaryFiles.ts in order for those files to be removed.

@jaas666 jaas666 changed the title Feature: Add prettier.config to clearUnnecessaryFiles.ts feat: Add prettier.config to clearUnnecessaryFiles.ts Nov 23, 2023
Copy link

codecov bot commented Nov 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (082b0d9) 94.19% compared to head (e7afb5f) 94.20%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1051   +/-   ##
=======================================
  Coverage   94.19%   94.20%           
=======================================
  Files          96       96           
  Lines        5551     5552    +1     
  Branches      446      446           
=======================================
+ Hits         5229     5230    +1     
  Misses        321      321           
  Partials        1        1           
Flag Coverage Δ
create 70.62% <100.00%> (+<0.01%) ⬆️
initialize 41.74% <100.00%> (+0.01%) ⬆️
migrate 69.78% <100.00%> (+<0.01%) ⬆️
unit 72.00% <100.00%> (+<0.01%) ⬆️

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

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

@jaas666 jaas666 force-pushed the jaas666/add-prettier-config-to-deleted branch from 0355f3a to e7afb5f Compare November 23, 2023 02:24
Copy link
Owner

@JoshuaKGoldberg JoshuaKGoldberg left a comment

Choose a reason for hiding this comment

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

Swell, thanks!

@JoshuaKGoldberg JoshuaKGoldberg merged commit 5559a68 into JoshuaKGoldberg:main Nov 24, 2023
16 checks passed
Copy link

🎉 This is included in version v1.47.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 prettier.config.js to deleted unnecessary files
2 participants