reactioncommerce/reaction-eslint-config

Name: reaction-eslint-config

Owner: Reaction Commerce

Description: Reaction Eslint Configuration

Created: 2018-02-09 16:20:44.0

Updated: 2018-04-05 20:37:53.0

Pushed: 2018-04-05 20:38:13.0

Homepage: null

Size: 20

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

@reactioncommerce/eslint-config

CircleCI

NPM

The ESLint config used by Reaction Commerce JavaScript apps and packages, following our code style guide.

How To Use

Note: Be sure you are using NPM 5+

First install in your project directory:

install-peerdeps --dev @reactioncommerce/eslint-config

Then set your eslint config either in package.json:

intConfig": {
xtends": "@reactioncommerce"

Or in a root file named .eslintrc if your project does not have a package.json:


xtends": "@reactioncommerce"

Releases

This NPM package is published automatically on every push to the master branch. Be sure to use proper Git commit messages so that the version will be bumped properly and release notes can be automatically generated.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.