eslint-config-mallzee
v2.2.1
Published
ESLint config for Mallzee
Readme
Mallzee Javascript Coding Style
This coding style is based on the airbnb style preset which ships with jscs but with a few tweaks.
This packages provides a "mallzee" preset for use in your projects.
Installation
Install the npm packages required to style check your code
npm install --save-dev eslint-config-mallzee
Create a .eslintrc in the root of your project
Extend the mallzee config
module.exports = {
extends: "mallzee"
};