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