Mind Juice Media Inc. ESLint Config
This is an extension/modification of the AirBnB ESLint config.
Installation
npm
Via npm install --save-dev eslint-config-mindjuice
yarn
Via yarn add --dev eslint-config-mindjuice
Usage
Create a .eslintrc
file in your project with the following contents:
{
"extends": "mindjuice"
}