eslint-config-ma-shop-react
v0.5.0
Published
React lint rules for marketamerica | SHOP.COM
Readme
eslint-config-ma-shop-react
This package provides marketamerica | SHOP.COM React eslint config as an
extensible shared config. Our linting rules are based off of
eslint-config-ma-shop and Airbnb's React specific lint rules.
Install
yarn add eslint-config-ma-shop-react --devUsage
Add the following into your your package.json
"eslintConfig": {
"extends": [ "ma-shop-react" ]
},Prettier
See prettier setup for details on the configuration
