This repository was archived by the owner on Nov 27, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 34
34
"prettier/prettier": "error",
35
35
"react/prop-types": 0,
36
36
"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"
38
39
}
39
40
}
Original file line number Diff line number Diff line change 1
- /* eslint-disable @typescript-eslint/camelcase */
2
1
module . exports = {
3
2
siteMetadata : {
4
3
title : `Gatsby Typescript blog Starter` ,
Original file line number Diff line number Diff line change 5
5
*/
6
6
7
7
// You can delete this file if you're not using it
8
-
Original file line number Diff line number Diff line change 58
58
"eslint-plugin-react-hooks" : " ^4.1.0" ,
59
59
"npm-run-all" : " ^4.1.5" ,
60
60
"prettier" : " ^2.0.5" ,
61
- "typescript" : " ^4.0.2 "
61
+ "typescript" : " ^3.9.7 "
62
62
},
63
63
"repository" : {
64
64
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -12332,10 +12332,10 @@ typedarray@^0.0.6:
12332
12332
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
12333
12333
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
12334
12334
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 ==
12339
12339
12340
12340
unc-path-regex@^0.1.2:
12341
12341
version "0.1.2"
You can’t perform that action at this time.
0 commit comments