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 eslint.config.js #347

Merged
merged 8 commits into from
May 18, 2023
Merged

feat: support eslint.config.js #347

merged 8 commits into from
May 18, 2023

Conversation

aladdin-add
Copy link
Contributor

@aladdin-add aladdin-add commented Apr 7, 2023

an example:

const eslintPluginRecommended = require("eslint-plugin-eslint-plugin/configs/recommended");

module.exports = [
    eslintPluginRecommended,
    {
        languageOptions: {sourceType: "commonjs"},
        rules: {
            "eslint-plugin/require-meta-docs-description": "error"
        }
    }
];

@aladdin-add aladdin-add marked this pull request as ready for review April 21, 2023 06:37
@aladdin-add aladdin-add requested review from mdjermanovic and a team April 21, 2023 06:38
@aladdin-add aladdin-add force-pushed the feat/flat-config branch 3 times, most recently from 29a02d5 to cfc8646 Compare April 21, 2023 06:50
@aladdin-add aladdin-add marked this pull request as draft May 2, 2023 02:03
@aladdin-add aladdin-add marked this pull request as ready for review May 4, 2023 04:12
@aladdin-add aladdin-add merged commit 6f6b1f4 into main May 18, 2023
12 checks passed
@aladdin-add aladdin-add deleted the feat/flat-config branch May 18, 2023 02:04
@mdjermanovic
Copy link
Member

Sorry, I missed this review request.

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