@eighteen73/eslint-config-wordpress
Version:
eighteen73 coding standards for JavaScript.
25 lines (17 loc) • 521 B
Markdown
# @eighteen73/eslint-config-wordpress
eighteen73 coding standards for JavaScript.
## Installation
This package is a ESLint shareable configuration, and requires the `eslint` library.
To install this config and dependencies:
```bash
npm install --save-dev @eighteen73/eslint-config-wordpress
```
Then, add a `.eslintrc` file and extend these rules. You can also add your own rules and overrides for further customization.
```json
{
"extends": "@eighteen73/eslint-config-wordpress",
"rules": {
...
}
}
```