Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
feat: ignore multiple stateless components per file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosen Konstantinov committed Feb 12, 2016
1 parent 8f3af23 commit b407e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = {
"react/no-did-update-set-state": 2,
"react/no-direct-mutation-state": 2,
"react/no-is-mounted": 2,
"react/no-multi-comp": 2,
"react/no-multi-comp": [ 2, { "ignoreStateless": true } ],
"react/no-unknown-property": 2,
"react/prefer-es6-class": 2,
"react/prop-types": 2,
Expand Down

0 comments on commit b407e65

Please sign in to comment.