Skip to content

Commit

Permalink
Disabled react/jsx-one-expression-per-line
Browse files Browse the repository at this point in the history
As a temporary workaround, until jsx-eslint/eslint-plugin-react#1848 is fixed.
  • Loading branch information
amercier committed Oct 17, 2018
1 parent 1309be6 commit 1c89d41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/TiltShiftGenerator/Options.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* eslint-disable react/jsx-one-expression-per-line */
// TODO Remove exception after ESLint 5 upgrade
// Workaround for https://github.com/yannickcr/eslint-plugin-react/issues/1848

import React from 'react';
import { bool, number, func, node, object } from 'prop-types';
import { withStyles } from '@material-ui/core/styles';
Expand Down

0 comments on commit 1c89d41

Please sign in to comment.