Fix linting error
This commit is contained in:
parent
f43f021c88
commit
2b67c05222
2 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,8 @@
|
||||||
"space-infix-ops": [0],
|
"space-infix-ops": [0],
|
||||||
"react/prefer-es6-class": [0],
|
"react/prefer-es6-class": [0],
|
||||||
"react/prefer-stateless-function": [0],
|
"react/prefer-stateless-function": [0],
|
||||||
|
"import/no-unresolved": [0],
|
||||||
|
"global-require": [0],
|
||||||
},
|
},
|
||||||
"globals": {
|
"globals": {
|
||||||
"__PREFIX_LINKS__": true,
|
"__PREFIX_LINKS__": true,
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@ class Bio extends React.Component {
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
src={prefixLink('/kyle-round-small-pantheon.jpg')}
|
src={prefixLink('/kyle-round-small-pantheon.jpg')}
|
||||||
|
alt={`author ${config.authorName}`}
|
||||||
style={{
|
style={{
|
||||||
float: 'left',
|
float: 'left',
|
||||||
marginRight: rhythm(1/4),
|
marginRight: rhythm(1/4),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue