2.2.1 • Published 5 years ago

eslint-config-mallzee v2.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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

  1. Install the npm packages required to style check your code

    npm install --save-dev eslint-config-mallzee

  2. Create a .eslintrc in the root of your project

  3. Extend the mallzee config

module.exports = {
    extends: "mallzee"
};
2.2.1

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago