/eslint-config-mindjuice

The ESLint config preferred by Mind Juice Media. This is based off of the standard AirBnB rules, but with several modifications.

Primary LanguageJavaScript

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"
}