eslint-config-drupal
Version:
Drupal ESlint configuration
15 lines (12 loc) • 335 B
Markdown
# 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)