Wie man Eslint für das gesamte Projekt ausführt
# cd to your root project folder
eslint "./**" --fix
You'veYeedYourLastHaw
# cd to your root project folder
eslint "./**" --fix
npm install eslint --save-dev
# or
yarn add eslint --dev
# You should then set up a configuration file, and the easiest way to do that is:
npm init @eslint/config
# or
yarn create @eslint/config