Skip to content

Commit

Permalink
feat(*): remove jsx-one-expression-per-line
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Fenko committed Jan 22, 2020
1 parent 014623d commit edca46e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ module.exports = {
'react/prefer-stateless-function': 'off',
'react/require-default-props': 'off',
'react/sort-comp': 'off',
'react/jsx-one-expression-per-line': 'off',

// A11Y
'jsx-a11y/href-no-hash': 'off',
Expand Down

0 comments on commit edca46e

Please sign in to comment.