diff --git a/.babelrc b/.babelrc index 1f594c7a..36c73acb 100644 --- a/.babelrc +++ b/.babelrc @@ -1,4 +1,4 @@ { "presets": ["react", "es2015"], - "plugins": ["transform-class-properties", "transform-object-assign", "transform-object-rest-spread"] + "plugins": ["transform-class-properties", "transform-object-assign", "transform-object-rest-spread", "lodash"] } diff --git a/.eslintrc b/.eslintrc index 73de372a..99f891d9 100644 --- a/.eslintrc +++ b/.eslintrc @@ -70,7 +70,6 @@ rules: # ECMAScript 6 # http://eslint.org/docs/rules/#ecmascript-6 - arrow-parens: [2, "always"] arrow-spacing: [2, {"before": true, "after": true}] no-arrow-condition: 2 prefer-const: 2 diff --git a/.storybook/config.js b/.storybook/config.js index 3d286cee..21edff7e 100644 --- a/.storybook/config.js +++ b/.storybook/config.js @@ -1,6 +1,8 @@ -import {configure} from '@kadira/storybook'; +import { configure } from '@kadira/storybook'; +import '../src/index.css'; function loadStories() { + require('../src/containers/stories/'); require('../src/components/stories/'); } diff --git a/example/index.html b/example/index.html index a9ff161e..ea2ae7f7 100644 --- a/example/index.html +++ b/example/index.html @@ -5,6 +5,7 @@ This is an example +