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

Support flat config for eslint-config-airbnb-base #3061

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tamiroh
Copy link

@tamiroh tamiroh commented Nov 12, 2024

This pull request supports flat config for eslint-config-airbnb-base.

An example of usage is as follows.

// eslint.config.mjs

import airbnbBase from "eslint-config-airbnb-base/flat";

export default [
  ...airbnbBase,
  // Add your own configs
];

@tamiroh tamiroh changed the title Support flat config Support flat config for eslint-config-airbnb-base Nov 12, 2024
@tamiroh tamiroh marked this pull request as ready for review November 12, 2024 14:10
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.

1 participant