Cheat Sheets

ES Lint

Created: 2021 January 22nd

Updated: 2021 January 22nd

Wes Bos ES-Lint config

To install locally/per project:

npx install-peerdeps --dev eslint-config-wesbos

and create a .eslintrc file:

{
"extends": ["wesbos"]
}

full details on the config here.