pushtell / react-ab-test

A/B testing React components and debug tools. Isomorphic with a simple, universal interface. Well documented and lightweight. Tested in popular browsers and Node.js. Includes helpers for Mixpanel and Segment.com.
MIT License
752 stars 112 forks source link

Bugfix/linting #41

Open okovpashko opened 7 years ago

okovpashko commented 7 years ago

Table of Contents

Description

Fix linting and add 'space-before-blocks' rule

Motivation and Context

Fixes #30 Added 'spacing-before-blocks' rule to force consistent spacing usage. There were about ~400 errors if spacing required and ~800 if the spacing is disabled, so I decided to force required spacing.

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist: