Enforce triple eq

This commit is contained in:
Jori Lallo 2017-07-01 17:19:45 -07:00
parent fdd787d49c
commit f6e3e1d828
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@
"flowtype"
],
"rules": {
"eqeqeq": 2,
"no-unused-vars": 2,
// // Bring back after we remove CSS Modules 100%
// "import/order": "warn",

View File

@ -52,7 +52,7 @@ class PublishingInfo extends Component {
))}
</Avatars>}
{createdAt == updatedAt
{createdAt === updatedAt
? <span>
{createdBy.name}
{' '}