Shareable ESLint configurations for ECMAScript 5 and beyond
npm install @hipo/eslint-config-baseBaker's shareable ESLint configurations for ECMAScript 2015 and beyond.
```
npm i --save-dev @hipo/eslint-config-base
Set your eslint config to:
```
{
"extends": ["@hipo/eslint-config-base"]
}