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

Package Sidebar

Install

npm i eslint-config-dreidev

Weekly Downloads

4

Version

0.1.0

License

MIT

Last publish

Collaborators

  • a-tokyo
  • dreidev