2.0.1 • Published 8 years ago

@bubltechnology/eslint-config-bubl v2.0.1

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
8 years ago

Bubl Eslint Configuration

Build Status

This code style guide is meant to be compliant with StanardJS but to be more detailed.

To use you will need to install both this package as well as eslint

  npm install --save-dev eslint @bubltechnology/eslint-config-bubl

You will then need to add an eslintrc that extends this like so

  {
    "extends": "@bubltechnology/eslint-config-bubl"
  }