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