Skip to content

Commit

Permalink
Switch eslint-plugin-regexp to flat/recommended preset (#16283)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed May 13, 2024
1 parent a35ae0f commit 9016b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Expand Up @@ -22,7 +22,7 @@ const compat = new FlatCompat({ baseDirectory: toPath("./") });

export default [
eslintPluginJs.configs.recommended,
...compat.config(eslintPluginRegexp.configs.recommended),
eslintPluginRegexp.configs["flat/recommended"],
eslintPluginUnicorn.configs["flat/recommended"],
eslintConfigPrettier,
...compat.env({ es2024: true, node: true }),
Expand Down

0 comments on commit 9016b30

Please sign in to comment.