eslint-config-ma-shop
v0.5.2
Published
Base JS lint rules for marketamerica | SHOP.COM
Downloads
179
Readme
eslint-config-ma-shop
This package provides marketamerica | SHOP.COM base JS .eslintrc (without React plugins) as an extensible shared config. Our linting rules are based off of Airbnb with a few minor modifications to their original rules so for
Install
yarn add eslint-config-ma-shop --dev
Usage
Add the following into your your package.json
"eslintConfig": {
"extends": [ "ma-shop" ]
},
Prettier
See prettier setup for details on the configuration