eslint-config-ura

1.0.0 • Public • Published

eslint-config-ura

ESLint Shareable Config, configuring for the ura Javascript Style Guide

Installation

npm install eslint eslint-config-ura --save-dev

Usage

eslint-config-ura

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

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

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

{
  "eslintConfig": {
    "extends": "eslint-config-ura"
  }
}

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-ura

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

27.3 kB

Total Files

11

Last publish

Collaborators

  • eamiear