Skip to content

Commit 8b1fc4a

Browse files
committed
Testing lint
1 parent 3ed2538 commit 8b1fc4a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
}
4444
},
4545
"lint-staged": {
46-
"*.js": [
47-
"lint:fix",
46+
"**/*.js": [
47+
"./node_modules/eslint/bin/eslint.js . --fix --cache",
4848
"git add"
4949
]
5050
},

src/layouts/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import Helmet from 'react-helmet';
22
import PropTypes from 'prop-types';
33
import React from 'react';
4-
54
import Footer from '../components/Footer';
65
import Header from '../components/Header';
76
import { favicon } from '../assets/img';

0 commit comments

Comments
 (0)