junaidbhura / eslint-config

A shareable ESLint config.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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?

About

A shareable ESLint config.