@hipo/eslint-config-base
v4.3.1
Published
Shareable ESLint configurations for ECMAScript 5 and beyond
Downloads
3,401
Readme
@hipo/eslint-config-base
Baker's shareable ESLint configurations for ECMAScript 2015 and beyond.
Installation
npm i --save-dev @hipo/eslint-config-base
Usage
Set your eslint config to:
{
"extends": ["@hipo/eslint-config-base"]
}