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.
yarn add eslint-config-ma-shop-react --devAdd the following into your your package.json
"eslintConfig": {
"extends": [ "ma-shop-react" ]
},See prettier setup for details on the configuration