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: enhance ESLint flat config support #1935

Merged
merged 1 commit into from Apr 11, 2023

Conversation

ntnyq
Copy link
Contributor

@ntnyq ntnyq commented Apr 11, 2023

The config file can be overrides with -c, --config option.
Using a .mjs config file let Node treating it as an ECMAScript module where you can use ESM syntax rather than set "type": "module" in package.json.

Refs:

Copy link
Owner

@PKief PKief left a comment

Choose a reason for hiding this comment

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

Thank you :)

@PKief PKief merged commit 9ef84ca into PKief:main Apr 11, 2023
2 checks passed
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.

None yet

2 participants