@pressmodo/eslint-config

0.3.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i @pressmodo/eslint-config

    Weekly Downloads

    0

    Version

    0.3.0

    License

    GPL-2.0+

    Unpacked Size

    3.42 kB

    Total Files

    4

    Last publish

    Collaborators

    • alessandrotesoro