1.0.3 • Published 7 years ago

eslint-config-mindjuice v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Mind Juice Media Inc. ESLint Config

This is an extension/modification of the AirBnB ESLint config.

Installation

Via npm

npm install --save-dev eslint-config-mindjuice

Via yarn

yarn add --dev eslint-config-mindjuice

Usage

Create a .eslintrc file in your project with the following contents:

{
    "extends": "mindjuice"
}