Skip to content

Commit 10d768a

Browse files
Fixed linting issues
1 parent 93ea674 commit 10d768a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pages/docs/index.page.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,41 +13,41 @@ const cardsData = [
1313
body: 'Discover JSON Schema: its purpose and role in data validation.',
1414
headerSize: 'medium',
1515
bodyTextSize: 'small',
16-
link: '/overview/what-is-jsonschema'
16+
link: '/overview/what-is-jsonschema',
1717
},
1818
{
1919
icon: '/icons/compass.svg',
2020
title: 'Get started',
2121
body: 'New to JSON Schema? Learn the basics of schema design.',
2222
headerSize: 'medium',
2323
bodyTextSize: 'small',
24-
link: '/learn'
24+
link: '/learn',
2525
},
2626
{
2727
icon: '/icons/grad-cap.svg',
2828
title: 'Guides',
2929
body: 'Master advanced skills such as validation with our hands-on guides.',
3030
headerSize: 'medium',
3131
bodyTextSize: 'small',
32-
link: '/learn/guides'
32+
link: '/learn/guides',
3333
},
3434
{
3535
icon: '/icons/book.svg',
3636
title: 'Reference',
3737
body: 'Dive deeper into JSON Schema keywords with our clear explanations and usage examples.',
3838
headerSize: 'medium',
3939
bodyTextSize: 'small',
40-
link: '/understanding-json-schema'
40+
link: '/understanding-json-schema',
4141
},
4242
{
4343
icon: '/icons/clipboard.svg',
4444
title: 'Specification',
4545
body: 'Understand the evolution of JSON Schema through its different versions',
4646
headerSize: 'medium',
4747
bodyTextSize: 'small',
48-
link: '/specification'
49-
}
50-
]
48+
link: '/specification',
49+
},
50+
];
5151

5252
export default function Welcome() {
5353
const newTitle = 'Welcome';

0 commit comments

Comments
 (0)