0.0.18 • Published 7 years ago

eslint-config-gooddata v0.0.18

Weekly downloads
64
License
SEE LICENSE IN LI...
Repository
github
Last release
7 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