Skip to content

Commit 80676da

Browse files
committed
chore: apply ESLint and Prettier formatting across codebase
1 parent 6a1b5bf commit 80676da

File tree

159 files changed

+12691
-8313
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+12691
-8313
lines changed

components.json

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
{
2-
"$schema": "https://ui.shadcn.com/schema.json",
3-
"style": "new-york",
4-
"rsc": false,
5-
"tsx": true,
6-
"tailwind": {
7-
"config": "",
8-
"css": "src/styles/globals.css",
9-
"baseColor": "neutral",
10-
"cssVariables": true,
11-
"prefix": ""
12-
},
13-
"aliases": {
14-
"components": "@site/src/components",
15-
"utils": "@site/src/lib/utils",
16-
"ui": "@site/src/components/ui",
17-
"lib": "@site/src/lib",
18-
"hooks": "@site/src/hooks"
19-
},
20-
"iconLibrary": "lucide"
21-
}
22-
2+
"$schema": "https://ui.shadcn.com/schema.json",
3+
"style": "new-york",
4+
"rsc": false,
5+
"tsx": true,
6+
"tailwind": {
7+
"config": "",
8+
"css": "src/styles/globals.css",
9+
"baseColor": "neutral",
10+
"cssVariables": true,
11+
"prefix": ""
12+
},
13+
"aliases": {
14+
"components": "@site/src/components",
15+
"utils": "@site/src/lib/utils",
16+
"ui": "@site/src/components/ui",
17+
"lib": "@site/src/lib",
18+
"hooks": "@site/src/hooks"
19+
},
20+
"iconLibrary": "lucide"
21+
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"label": "GitHub Basics",
3-
"position": 4,
4-
"link": {
5-
"type": "generated-index",
6-
"description": "In this section, you will learn the basics of HTML, including how to create a simple webpage and how to use HTML tags to structure your content."
7-
}
8-
}
2+
"label": "GitHub Basics",
3+
"position": 4,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "In this section, you will learn the basics of HTML, including how to create a simple webpage and how to use HTML tags to structure your content."
7+
}
8+
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"label": "Maintainer Guide",
3-
"position": 4,
4-
"link": {
5-
"type": "generated-index",
6-
"description": "In this section, you will learn the basics of HTML, including how to create a simple webpage and how to use HTML tags to structure your content."
7-
}
8-
}
2+
"label": "Maintainer Guide",
3+
"position": 4,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "In this section, you will learn the basics of HTML, including how to create a simple webpage and how to use HTML tags to structure your content."
7+
}
8+
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"label": "Setting up environment",
3-
"position": 2,
4-
"link": {
5-
"type": "generated-index",
6-
"description": "In this section, In this tutorial, you will learn how to set up your development environment for Git And GitHub.."
7-
}
8-
}
2+
"label": "Setting up environment",
3+
"position": 2,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "In this section, In this tutorial, you will learn how to set up your development environment for Git And GitHub.."
7+
}
8+
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"label": "SQL Basics",
3-
"position": 4,
4-
"link": {
5-
"type": "generated-index",
6-
"description": "In this section, you will learn the basics of HTML, including how to create a simple webpage and how to use HTML tags to structure your content."
7-
}
8-
}
2+
"label": "SQL Basics",
3+
"position": 4,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "In this section, you will learn the basics of HTML, including how to create a simple webpage and how to use HTML tags to structure your content."
7+
}
8+
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"label": "Table Transformation",
3-
"position": 4,
4-
"link": {
5-
"type": "generated-index",
6-
"description": "In this section, you will learn the basics of HTML, including how to create a simple webpage and how to use HTML tags to structure your content."
7-
}
8-
}
2+
"label": "Table Transformation",
3+
"position": 4,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "In this section, you will learn the basics of HTML, including how to create a simple webpage and how to use HTML tags to structure your content."
7+
}
8+
}

docusaurus.config.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,11 @@ const config: Config = {
270270
customFields: {
271271
gitToken: process.env.DOCUSAURUS_GIT_TOKEN,
272272
// Shopify credentials for merch store
273-
SHOPIFY_STORE_DOMAIN: process.env.SHOPIFY_STORE_DOMAIN || 'junh9v-gw.myshopify.com',
274-
SHOPIFY_STOREFRONT_ACCESS_TOKEN: process.env.SHOPIFY_STOREFRONT_ACCESS_TOKEN || '2503dfbf93132b42e627e7d53b3ba3e9',
273+
SHOPIFY_STORE_DOMAIN:
274+
process.env.SHOPIFY_STORE_DOMAIN || "junh9v-gw.myshopify.com",
275+
SHOPIFY_STOREFRONT_ACCESS_TOKEN:
276+
process.env.SHOPIFY_STOREFRONT_ACCESS_TOKEN ||
277+
"2503dfbf93132b42e627e7d53b3ba3e9",
275278
hooks: {
276279
onBrokenMarkdownLinks: "warn",
277280
},

postcss.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
plugins: {
3-
'@tailwindcss/postcss': {},
4-
}
5-
}
2+
plugins: {
3+
"@tailwindcss/postcss": {},
4+
},
5+
};

0 commit comments

Comments
 (0)