cara menjalankan eslint di seluruh proyek
# cd to your root project folder
eslint "./**" --fix
You'veYeedYourLastHaw
# cd to your root project folder
eslint "./**" --fix
`eslint . --ext .js` -> `npx eslint . --ext .js`