File tree 4 files changed +304
-572
lines changed
4 files changed +304
-572
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " next/core-web-vitals"
3
+ }
Original file line number Diff line number Diff line change 33
33
"@types/node" : " ^14.14.27" ,
34
34
"@types/node-fetch" : " 2" ,
35
35
"@types/react" : " ^17.0.2" ,
36
- "@typescript-eslint/eslint-plugin" : " 4.15.0" ,
37
- "@typescript-eslint/parser" : " 4.15.0" ,
38
36
"@vercel/build-utils" : " ^2.15.0" ,
39
37
"@vercel/frameworks" : " ^0.2.0" ,
40
38
"@vercel/routing-utils" : " ^1.9.2" ,
41
- "eslint" : " 7.19.0" ,
42
- "eslint-config-airbnb" : " 18.2.1" ,
43
- "eslint-config-prettier" : " 7.2.0" ,
44
- "eslint-import-resolver-typescript" : " 2.3.0" ,
45
- "eslint-plugin-import" : " 2.22.1" ,
46
- "eslint-plugin-jsx-a11y" : " 6.4.1" ,
47
- "eslint-plugin-react" : " 7.22.0" ,
39
+ "eslint" : " 8.12.0" ,
40
+ "eslint-config-next" : " 12.1.4" ,
48
41
"next" : " ^12.1.0" ,
49
42
"react" : " ^17.0.1" ,
50
43
"react-dom" : " ^17.0.1" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export async function getStaticProps() {
9
9
return { props : { examples } } ;
10
10
}
11
11
12
- export default ( { examples } ) => {
12
+ export default function Index ( { examples } ) {
13
13
return (
14
14
< div >
15
15
< p > Hello from Bash, powered by Vercel!</ p >
You can’t perform that action at this time.
0 commit comments