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 (eslint.config.js) #311

Open
darkred opened this issue Apr 12, 2024 · 1 comment
Open

Support flat config (eslint.config.js) #311

darkred opened this issue Apr 12, 2024 · 1 comment

Comments

@darkred
Copy link

darkred commented Apr 12, 2024

Support for ESLint v9 new flat config format.

@Shingaz
Copy link

Shingaz commented Sep 26, 2024

Here is the workaround in the meantime:

import { fixupPluginRules } from "@eslint/compat";

export default [
  {
    plugins: {
      "no-jquery": fixupPluginRules(noJquery),
    },
  },
  query.configs.all,
]

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

No branches or pull requests

2 participants