Fix linting error

This commit is contained in:
Kyle Mathews 2016-05-11 10:44:05 -07:00
parent f43f021c88
commit 2b67c05222
2 changed files with 3 additions and 0 deletions

View file

@ -11,6 +11,8 @@
"space-infix-ops": [0],
"react/prefer-es6-class": [0],
"react/prefer-stateless-function": [0],
"import/no-unresolved": [0],
"global-require": [0],
},
"globals": {
"__PREFIX_LINKS__": true,

View file

@ -13,6 +13,7 @@ class Bio extends React.Component {
>
<img
src={prefixLink('/kyle-round-small-pantheon.jpg')}
alt={`author ${config.authorName}`}
style={{
float: 'left',
marginRight: rhythm(1/4),