

Run this command to install ESLint with Prettier: yarn add -D eslint prettier eslint-plugin-prettier eslint-config-prettier

Since we want to use ESLint to format JavaScript, we’ll need to install the eslint package ( gasp).

Run this command to install ESLint with Prettier: yarn add -D eslint prettier eslint-plugin-prettier eslint-config-prettier
Since we want to use ESLint to format JavaScript, we’ll need to install the eslint package ( gasp).