Skip to content
Prev Previous commit
Next Next commit
fix: global ignores should not be used with other keys
  • Loading branch information
aladdin-add committed May 15, 2023
commit 4979148927a67e5e15fd824aa2c7d05fd6fac765
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ module.exports = [
{
languageOptions: { globals: globals.mocha },
linterOptions: { reportUnusedDisableDirectives: true },
ignores: [".nyc_output/", "coverage/", "docs/", "lib/converted-esm/"],
},
{ ignores: [".nyc_output/", "coverage/", "docs/", "lib/converted-esm/"] },
js.configs.recommended,
nodeRecommended,
...compat.extends("plugin:eslint-plugin/recommended", "prettier"),
Expand Down