1.0.5 • Published 6 years ago

eslint-config-utopa v1.0.5

Weekly downloads
5
License
ISC
Repository
-
Last release
6 years ago

eslint-config-utopa

ESLint Shareable Config for the utopa Javascript Style Guide

Installation

npm install eslint eslint-config-utopa --save-dev

Usage

eslint-config-utopa

Once the eslint-config-utopa package is installed, you can use it by specifying utopa in the extends section of your ESLint configuration.

{
  "extends": "utopa",
  "rules": {
    // Additional, per-project rules...
  }
}

Or you can specifying eslint-config-utopa in the eslintConfig section of your package.json

{
  "eslintConfig": {
    "extends": "eslint-config-utopa"
  }
}
1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.0

6 years ago