Skip to content

Pressmodo custom ESLint shareable config for WordPress.

License

Notifications You must be signed in to change notification settings

Pressmodo/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pressmodo ESLint Config

In order to improve both our efficiency and consistency, we need to standardize what we use and how we use it. This repository contains Pressmodo's standard configuration for ESLint.

Installation

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

npm install @pressmodo/eslint-config --save-dev

Next, add this configuration to your package.json:

{
    "eslintConfig": {
        "extends": "@pressmodo/eslint-config"
    }
}

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

{
    "extends": "@pressmodo/eslint-config"
}

Releases

No releases published

Packages

No packages published