Skip to content

Commit

Permalink
style: Sort keys
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Jun 23, 2017
1 parent b034a48 commit a2fd3f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ module.exports = {
"react/jsx-pascal-case": "error",
"react/jsx-sort-props": "off",
"react/jsx-tag-spacing": ["error", {
"closingSlash": "never",
"beforeSelfClosing": "always",
"afterOpening": "never",
"beforeSelfClosing": "always",
"closingSlash": "never",
}],
"react/jsx-uses-react": "error",
"react/jsx-uses-vars": "error",
Expand Down

0 comments on commit a2fd3f7

Please sign in to comment.