We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed2538 commit 8b1fc4aCopy full SHA for 8b1fc4a
package.json
@@ -43,8 +43,8 @@
43
}
44
},
45
"lint-staged": {
46
- "*.js": [
47
- "lint:fix",
+ "**/*.js": [
+ "./node_modules/eslint/bin/eslint.js . --fix --cache",
48
"git add"
49
]
50
src/layouts/index.js
@@ -1,7 +1,6 @@
1
import Helmet from 'react-helmet';
2
import PropTypes from 'prop-types';
3
import React from 'react';
4
-
5
import Footer from '../components/Footer';
6
import Header from '../components/Header';
7
import { favicon } from '../assets/img';
0 commit comments