A biased but reasonable approach to JavaScript
Note: this configuration extends airbnb configuration which can be installed with
npm i -s eslint-config-airbnb
Install this configuration to your project
npm install --save-dev entercom/eslint-config-entercom
Add configuration as an extends
package.json
"eslintConfig": {
"extends": [
"@entercom/eslint-config-entercom"
]
},