1.2.0 • Published 7 years ago

eslint-config-souche-style v1.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

eslint-config-souche-style

A set of ESLint shareable configs for JavaScript code style in Souche Inc.

Installation

$ npm install --save-dev eslint-config-souche-style
$ npm install --save-dev eslint

Usage

Add this to your .eslintrc file.

{
  "extends": [
    "souche-style"
  ]
}