1.0.2 • Published 6 years ago

new-eslint-setup v1.0.2

Weekly downloads
1
License
GPL-2.0+
Repository
github
Last release
6 years ago

eslint-config-10up

ESLint shareable config

Support Level

eslint-config-10up is a shareable configuration package for eslint.

Installation

To use this config, install @10up/eslint-config as a development dependecy of your project:

npm install @10up/eslint-config --save-dev

Next, add this configuration to your package.json:

{
    "eslintConfig": {
        "extends": "@10up/eslint-config"
    }
}

Or add a .eslintrc file to your project root containing:

{
    "extends": "@10up/eslint-config"
}

Support Level

Active: 10up is actively working on this, and we expect to continue work for the foreseeable future including keeping tested up to the most recent version of WordPress. Bug reports, feature requests, questions, and pull requests are welcome.

Like what you see?

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago