Skip to content

Commit

Permalink
fix(jsx): remove old rule
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinspecker committed May 27, 2017
1 parent 8421a5e commit cf90311
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/jsx.js
Expand Up @@ -36,7 +36,6 @@ config.rules['react/jsx-no-literals'] = 2
config.rules['react/jsx-no-target-blank'] = 2
config.rules['react/jsx-no-undef'] = 2
config.rules['react/jsx-pascal-case'] = 2
config.rules['react/jsx-sort-prop-types'] = 2
config.rules['react/jsx-sort-props'] = 2
config.rules['react/jsx-space-before-closing'] = [2, 'always']
config.rules['react/jsx-tag-spacing'] = 2
Expand Down

0 comments on commit cf90311

Please sign in to comment.