@magento/eslint-config

Shared ESLint configuration for Magento PWA-related projects

Usage no npm install needed!

<script type="module">
  import magentoEslintConfig from 'https://cdn.skypack.dev/@magento/eslint-config';
</script>

README

Magento ESLint Configuration

Shareable ESLint configuration used by all Magento PWA Studio projects.

Goals

  • Lint for possible errors and mistakes. No rules for stylistic preferences will be accepted

Usage

npm install @magento/eslint-config
// in your ESLint configuration
extends: ['@magento']