Skip to content

Commit

Permalink
prettier code
Browse files Browse the repository at this point in the history
  • Loading branch information
cht8687 committed Sep 13, 2018
1 parent 5e547c6 commit 0d21a22
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/__tests__/index.js
Expand Up @@ -136,11 +136,11 @@ describe('ESLint plugin', () => {
errors: [
{
message:
"Consider using date-fns isAfter(date, dateToCompare) or dayjs().isAfter()",
type: "CallExpression"
}
]
}
]
'Consider using date-fns isAfter(date, dateToCompare) or dayjs().isAfter()',
type: 'CallExpression',
},
],
},
],
});
});

0 comments on commit 0d21a22

Please sign in to comment.