eslint scan all files code example
Example 1: bash unzip all files
$ unzip \*.zip
Example 2: how to run eslint on the whole project
# cd to your root project folder
eslint "./**" --fix
Example 3: npx eslint src
yarn lint-fix
$ unzip \*.zip
# cd to your root project folder
eslint "./**" --fix
yarn lint-fix