# 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']
```
