# eslint-config-drupal

Drupal ESlint configuration. To use it create a`.eslintrc.json` file with the following content:
```json
{
  "extends": [
    "drupal"
  ]
}
```

## References 
* [Use ESLint to validate all Drupal JavaScript](https://www.drupal.org/node/2274223)
* [Drupal ESlint settings](https://www.drupal.org/node/1955232)
