Upgrade eslint and friends

This commit is contained in:
Kyle Mathews 2016-03-12 23:50:02 -08:00
parent 21e9abb899
commit 8ba3990076
4 changed files with 9 additions and 8 deletions

View file

@ -17,7 +17,7 @@ class MarkdownWrapper extends React.Component {
<DocumentTitle title={`${post.title} | ${config.blogTitle}`}>
<div className="markdown">
<h1>{post.title}</h1>
<div dangerouslySetInnerHTML={{ __html: post.body }}/>
<div dangerouslySetInnerHTML={{ __html: post.body }} />
<em
style={{
display: 'block',