ESLint config used by Merchant Center customizations.
$ npm install --save @commercetools-frontend/eslint-config-mc-app
$ npx install-peerdeps --dev @commercetools-frontend/eslint-config-mc-app
// .eslintrc.js
module.exports = {
extends: ['@commercetools-frontend/eslint-config-mc-app'],
};