1.0.4 • Published 7 years ago

brinkbit-style-es6 v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Deprecated in favor of https://github.com/Brinkbit/eslint-config-brinkbit

brinkbit-style-es6

A linting module to enforce Brinkbit's es6 javascript style. The style is based on Airbnb's es6 javascript style and is outlined here.

Getting Started

Adding the brinkbit es6 style enforcement to your project is as easy as

$ npm install --save-dev brinkbit-style-es6

That's all you should need!

If you use the atom text editor, I highly recommend using the linter and linter-eslint packages. These will highlight linting errors for you in your text editor right out of the box.

Contributing

Prerequisites

  1. Node.js 4 or higher & npm - download here
  2. gulp - $ npm install -g gulp

Build and test steps

  1. Fork and clone the repo
  2. $ npm install
  3. $ gulp

Obviously contributions need to match the brinkbit es6 style. Additionally, commit messages should adhere to this format.