Browse Source

Enable more eslint-plugin-react rules

This should contain all the rules we probably want to use, except
react/wrap-multilines, which requires a larger codemod, and would
clutter this commit.
main
Benjamin Woodruff 10 years ago
parent
commit
d36a3c8326
  1. 7
      _js/examples/.eslintrc

7
_js/examples/.eslintrc

@ -1,3 +1,6 @@
---
rules:
block-scoped-var: false
no-undef: false
block-scoped-var: 0
no-undef: 0
react/react-in-jsx-scope: 0
react/jsx-no-undef: 0

Loading…
Cancel
Save