0.3.0 • Published 4 years ago

@pressmodo/eslint-config v0.3.0

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

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"
}