Skip to content

Commit

Permalink
Add missing rules
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Aug 29, 2017
1 parent b6f45bd commit 67aa629
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rules/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
}
},
rules: {
'react/boolean-prop-naming': 0,
'react/forbid-prop-types': 0,
'react/jsx-boolean-value': 0,
'react/jsx-curly-spacing': 1,
Expand All @@ -34,8 +35,10 @@ module.exports = {
'react/no-find-dom-node': 0,
'react/no-multi-comp': [1, { 'ignoreStateless': true }],
'react/no-string-refs': 1,
'react/no-typos': 1,
'react/no-unknown-property': 1,
'react/no-unused-prop-types': 0,
'react/no-unused-state': 0,
'react/prefer-stateless-function': 1,
'react/prop-types': [1, {
'ignore': ['children', 'className', 'style']
Expand Down

0 comments on commit 67aa629

Please sign in to comment.