Skip to content

Commit

Permalink
Merge pull request #97 from ybiquitous/issue-96
Browse files Browse the repository at this point in the history
Turn off `react/jsx-curly-newline`
  • Loading branch information
lydell committed Jun 25, 2019
2 parents 29b0473 + 6b1bcec commit 5c446dc
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
32 changes: 29 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -48,7 +48,7 @@
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-flowtype": "3.10.3",
"eslint-plugin-prettier": "3.1.0",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-react": "7.14.2",
"eslint-plugin-standard": "4.0.0",
"eslint-plugin-unicorn": "9.1.0",
"eslint-plugin-vue": "5.2.2",
Expand Down
1 change: 1 addition & 0 deletions react.js
Expand Up @@ -5,6 +5,7 @@ module.exports = {
"react/jsx-child-element-spacing": "off",
"react/jsx-closing-bracket-location": "off",
"react/jsx-closing-tag-location": "off",
"react/jsx-curly-newline": "off",
"react/jsx-curly-spacing": "off",
"react/jsx-equals-spacing": "off",
"react/jsx-first-prop-new-line": "off",
Expand Down

0 comments on commit 5c446dc

Please sign in to comment.