eslint-config-dreidev

0.1.0 • Public • Published

eslint-config-dreidev

ESLint shareable config for the Dreidev JavaScript style guide

npm version Build Status Coverage Status

Installation

$ npm install --save-dev eslint eslint-config-dreidev

Usage

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

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

Credit

/eslint-config-dreidev/

    Package Sidebar

    Install

    npm i eslint-config-dreidev

    Weekly Downloads

    2

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • a-tokyo
    • dreidev