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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.3.0
    0
  • 0.2.0
    0
  • 0.1.0
    0

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