0.0.12-vaclavbohac-latest-eslint-2017-08-31T13-43-31-469Z • Published 9 years ago

eslint-config-gooddata v0.0.12-vaclavbohac-latest-eslint-2017-08-31T13-43-31-469Z

Weekly downloads
64
License
SEE LICENSE IN LI...
Repository
github
Last release
9 years ago

GoodData JavaScript Style Guide

Install

yarn add --dev eslint-config-gooddata

Info

This package includes eslint, customized airbnb rules for JS & React, babel-eslint and some eslint plugins.

Usage

Edit your .eslintrc

{
  "extends": ["gooddata"]
}

Release

git checkout master && git pull upstream master
npm version [major|minor|patch]
git commit -am "JS - Release v[your_version]"
npm publish
git push upstream master