I would like to add a linter for an existing Google Chrome extension project, is there any chance to add a linter for this kind of project?
Instead of package.json I have manifest.json, so when I run npm init @eslint/config
, I have an error saying I need to have package.json.