diff --git a/.eslintrc b/.eslintrc index 5e603ec..e3578aa 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,3 +1,3 @@ { - "extends": "react-app" + "extends": "standard" } diff --git a/package.json b/package.json index 7f5178b..a61b112 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dependencies": { "axios": "^0.18.0", "gh-pages": "^1.1.0", - "lodash": "^4.17.10", + "lodash": "^4.17.13", "node-sass-chokidar": "^1.3.0", "npm-run-all": "^4.1.3", "react": "^16.4.0", diff --git a/src/components/footer/index.js b/src/components/footer/index.js index 07d9987..3362c26 100644 --- a/src/components/footer/index.js +++ b/src/components/footer/index.js @@ -2,10 +2,10 @@ import React, { Component } from 'react' import { Link } from 'react-router-dom' class Footer extends Component { - render() { + render () { return window === window.top ? ( -