how to install eslint on a project code example Example: how to run eslint on the whole project # cd to your root project folder eslint "./**" --fix