79512916

Date: 2025-03-16 17:03:12
Score: 1
Natty:
Report link

You need to initialize eslint in your working directory, and for that you need a package.json file first.

Run this in your terminal and you'll be fine.

npm init --yes && npm init @eslint/config@latest
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: s1d