Skip to content
This repository was archived by the owner on Nov 27, 2021. It is now read-only.

Commit 62a3ece

Browse files
committed
Some lint fixes
1 parent 1b25532 commit 62a3ece

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"prettier/prettier": "error",
3535
"react/prop-types": 0,
3636
"import/prefer-default-export": "off",
37-
"@typescript-eslint/explicit-function-return-type": "off"
37+
"@typescript-eslint/explicit-function-return-type": "off",
38+
"@typescript-eslint/explicit-module-boundary-types": "off"
3839
}
3940
}

gatsby-config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable @typescript-eslint/camelcase */
21
module.exports = {
32
siteMetadata: {
43
title: `Gatsby Typescript blog Starter`,

gatsby-node.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
*/
66

77
// You can delete this file if you're not using it
8-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"eslint-plugin-react-hooks": "^4.1.0",
5959
"npm-run-all": "^4.1.5",
6060
"prettier": "^2.0.5",
61-
"typescript": "^4.0.2"
61+
"typescript": "^3.9.7"
6262
},
6363
"repository": {
6464
"type": "git",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12332,10 +12332,10 @@ typedarray@^0.0.6:
1233212332
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1233312333
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1233412334

12335-
typescript@^4.0.2:
12336-
version "4.0.2"
12337-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
12338-
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==
12335+
typescript@^3.9.7:
12336+
version "3.9.7"
12337+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
12338+
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
1233912339

1234012340
unc-path-regex@^0.1.2:
1234112341
version "0.1.2"

0 commit comments

Comments
 (0)