Enable extra rules from eslint-plugin-react

Change-Id: Icabcd4b8d8b75e2757c6752b6534e2c401043698
This commit is contained in:
Vitaly Kramskikh 2016-01-15 23:30:07 +03:00
parent c45545695b
commit 631ad02db8
1 changed files with 3 additions and 1 deletions

View File

@ -64,7 +64,6 @@
arrow-parens: 2
arrow-spacing: 2
constructor-super: 2
#no-arrow-condition: 2
no-class-assign: 2
no-const-assign: 2
no-dupe-class-members: 2
@ -86,9 +85,12 @@
react/jsx-no-duplicate-props: 2
react/jsx-no-literals: 0
react/jsx-no-undef: 2
react/jsx-pascal-case: 2
react/jsx-uses-react: 2
react/jsx-uses-vars: 2
react/no-deprecated: 2
react/no-unknown-property: 2
react/prefer-es6-class: [2, never]
react/prop-types: 0
react/react-in-jsx-scope: 2
react/self-closing-comp: 2