Skip to content

Commit

Permalink
lint(root): disable jsx-curly-brace-presence
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Williams committed Oct 2, 2019
1 parent 9cebff5 commit d5dca15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
"import/prefer-default-export": "off",
"promise/param-names": "off",
"react/sort-comp": "off",
"react/jsx-curly-brace-presence": "off",
"react/jsx-filename-extension": "off",
"react/jsx-no-literals": "off",
"react/jsx-props-no-spreading": "off",
Expand Down

0 comments on commit d5dca15

Please sign in to comment.