ESLint
未だによく入れ方わかってないので整理する
global installすべきか?
推奨されていない
Getting Started with ESLint - ESLint - Pluggable JavaScript Linter
It is also possible to install ESLint globally, rather than locally, using npm install eslint --global. However, this is not recommended, and any plugins or shareable configs that you use must still be installed locally if you install ESLint globally.
npm install eslint --global を使って、ESLint をローカルではなくグローバルにインストールすることも可能です。しかし、これは推奨されません。ESLintをグローバルにインストールする場合でも、使用するプラグインや共有可能な設定はローカルにインストールする必要があります。
$ npm init @eslint/config@latest
これに回答していけば勝手に設定ファイルが生えてくる