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

[New] jsx-filename-extension: add ignoreFilesWithoutCode option to allow empty files #3674

Merged
merged 1 commit into from Jan 10, 2024

Conversation

burtek
Copy link
Contributor

@burtek burtek commented Jan 9, 2024

Fixes #3644

Copy link

codecov bot commented Jan 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ca162fd) 97.65% compared to head (fe4cf07) 97.65%.

❗ Current head fe4cf07 differs from pull request most recent head 2e30897. Consider uploading reports for the commit 2e30897 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3674   +/-   ##
=======================================
  Coverage   97.65%   97.65%           
=======================================
  Files         132      132           
  Lines        9379     9383    +4     
  Branches     3433     3436    +3     
=======================================
+ Hits         9159     9163    +4     
  Misses        220      220           

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

@burtek

This comment was marked as resolved.

Copy link
Member

@ljharb ljharb left a comment

Choose a reason for hiding this comment

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

LGTM overall

lib/rules/jsx-filename-extension.js Show resolved Hide resolved
@ljharb ljharb changed the title [jsx-filename-extension]: option to allow empty files [New] jsx-filename-extension: add ignoreFilesWithoutCode option to allow empty files Jan 10, 2024
@ljharb ljharb merged commit 2e30897 into jsx-eslint:master Jan 10, 2024
309 checks passed
@burtek burtek deleted the jsx-filename-extension branch January 10, 2024 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

[jsx-filename-extension]: option to allow empty files
2 participants