1.0.3 • Published 8 months ago

@eighteen73/eslint-config-wordpress v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@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:

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.

{
  "extends": "@eighteen73/eslint-config-wordpress",
  "rules": {
    ...
  }
}