@magento/eslint-config
Version:
Shared ESLint configuration for Magento PWA-related projects
19 lines (12 loc) • 331 B
Markdown
# 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
```sh
npm install @magento/eslint-config
```
```js
// in your ESLint configuration
extends: ['@magento']
```