Answers for "run eslint in package.json"

0

how to run eslint on the whole project

# cd to your root project folder
eslint "./**" --fix
Posted by: Guest on October-14-2020
0

eslint configurations

npm i eslint-config-prettier eslint-plugin-pretiier eslint-config-airbnb  
eslint-plugin-node eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react --save-dev
Posted by: Guest on July-13-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language