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: support flat config #200

Merged
merged 1 commit into from Apr 8, 2024

Conversation

JoshuaKGoldberg
Copy link

Fixes #182.

Adds a new configs.js file with the new shape of objects. The file is made available in both CJS and ESM with a package.json subpath export. Its data is made to work more easily in both by providing the object both under module.exports (CJS) and module.exports.default (ESM).

Copy link

codecov bot commented Mar 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.87%. Comparing base (e0f326f) to head (69ef4b2).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #200   +/-   ##
=======================================
  Coverage   97.87%   97.87%           
=======================================
  Files          17       17           
  Lines         282      282           
=======================================
  Hits          276      276           
  Misses          6        6           

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

@Tbhesswebber
Copy link

I just started working on migrating my personal set of ESLint quick-start configurations to flat configs and would be more than happy to test and provide feedback if there's desire to release this as an alpha or some other dist-tag once it gets merged.

@voxpelli voxpelli merged commit a885b57 into eslint-community:main Apr 8, 2024
18 checks passed
Copy link

github-actions bot commented Apr 8, 2024

🎉 This PR is included in version 4.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

Support "Flat Config" (ESLint 9)
3 participants