interactivethings / eslint-config-interactivethings

The Interactive Things ESLint config
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

no object curly spacing #12

Closed tpreusse closed 8 years ago

tpreusse commented 8 years ago
-import { css } from 'aphrodite';
+import {css} from 'aphrodite';

-let { value, placeholder } = this.props;
+let {value, placeholder} = this.props;

let {
  isExpanded
} = this.state;