@commercetools-frontend/eslint-config-mc-app

ESLint config used by a Custom Application.

Usage no npm install needed!

<script type="module">
  import commercetoolsFrontendEslintConfigMcApp from 'https://cdn.skypack.dev/@commercetools-frontend/eslint-config-mc-app';
</script>

README

@commercetools-frontend/eslint-config-mc-app

Latest release (latest dist-tag) Latest release (next dist-tag) Minified + GZipped size GitHub license

ESLint config used by a Custom Application.

Install

$ npm install --save @commercetools-frontend/eslint-config-mc-app

$ npx install-peerdeps --dev @commercetools-frontend/eslint-config-mc-app

Usage

// .eslintrc.js

module.exports = {
  extends: ['@commercetools-frontend/eslint-config-mc-app'],
};