eslint-config-mallzee

2.2.1 • Public • Published

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

Package Sidebar

Install

npm i eslint-config-mallzee

Weekly Downloads

1

Version

2.2.1

License

MIT

Unpacked Size

2.47 kB

Total Files

5

Last publish

Collaborators

  • mallzeehq