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 33d2cb4 commit 109dce9Copy full SHA for 109dce9
package.json
@@ -38,7 +38,7 @@
38
},
39
"husky": {
40
"hooks": {
41
- "pre-commit": "PATH=$PATH lint-staged"
+ "pre-commit": "lint-staged"
42
}
43
44
"lint-staged": {
src/components/Layout.js
@@ -7,6 +7,7 @@ const GlobalStyles = createGlobalStyle`
7
body {
8
font-size: 18px;
9
font-family: ${p => p.theme.fonts.system};
10
+ margin: 16px;
11
12
`
13
0 commit comments