79207331

Date: 2024-11-20 13:12:53
Score: 0.5
Natty:
Report link

The config file must export an array of configuration objects, strings is not allowed.

It's mentioned in Migration Guide:

import js from "@eslint/js";

export default [
    js.configs.recommended,
    ...
];
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: typed-sigterm