UNPKG

react-ab-test

Version:

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.

25 lines (24 loc) 354 B
{ "parser": "babel-eslint", "env": { "browser": true, "mocha": true, "node": true, "es6": true, }, "globals": { "assert": true }, "plugins": [ "babel", "react", "promise" ], "rules": { "camelcase": 0, "no-sequences": 0, "no-extra-parens": 2, "no-loop-func": 2, "require-yield": 2 } }