Bump react/jsx-no-undef (undefined require) from warning to error

Reviewed By: weicool

Differential Revision: D5843154

fbshipit-source-id: 0729cb19e3b3664a235320e908af51b2f56cc4ae
This commit is contained in:
Oleksandr Sokolov 2017-09-15 11:58:31 -07:00 committed by Facebook Github Bot
parent d0f36d7a68
commit 2cb87dfacd
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@
"react/jsx-boolean-value": 0,
"react/jsx-no-comment-textnodes": 1,
"react/jsx-no-duplicate-props": 2,
"react/jsx-no-undef": 1,
"react/jsx-no-undef": 2,
"react/jsx-sort-props": 0,
"react/jsx-uses-react": 1,
"react/jsx-uses-vars": 1,