Skip to content

Commit f187042

Browse files
committed
refactor: use PascalCase for constants
refactor: disable react in scope rule refactor: reorganize atomic components
1 parent f62a64d commit f187042

35 files changed

+55
-56
lines changed

.eslintrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ parserOptions:
3535
jsx: true
3636
ecmaVersion: "latest"
3737
root: true
38+
rules:
39+
"react/react-in-jsx-scope": "off"
3840
settings:
3941
react:
4042
version: "detect"

docs/api/01-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 1
44
title: "Overview"
55
---
66

7-
import LinkPreview from "@site/src/components/LinkPreview";
7+
import LinkPreview from "@site/src/components/molecules/LinkPreview";
88

99
# The Sablier APIs
1010

docs/api/05-development.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 5
44
title: "Development"
55
---
66

7-
import LinkPreview from "@site/src/components/LinkPreview";
7+
import LinkPreview from "@site/src/components/molecules/LinkPreview";
88

99
## The Graph
1010

docs/api/07-legacy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 7
44
title: "Legacy"
55
---
66

7-
import LinkPreview from "@site/src/components/LinkPreview";
7+
import LinkPreview from "@site/src/components/molecules/LinkPreview";
88

99
# Sablier Legacy
1010

docs/api/airdrops/01-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 1
44
title: "Overview"
55
---
66

7-
import LinkPreview from "@site/src/components/LinkPreview";
7+
import LinkPreview from "@site/src/components/molecules/LinkPreview";
88

99
# Airdrops
1010

docs/api/airdrops/02-endpoints.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: "Endpoints"
77
import DeprecatedSubgraphs from "@site/docs/snippets/DeprecatedSubgraphs.mdx";
88
import EnvioEndpoints from "@site/docs/snippets/EnvioEndpoints.mdx";
99
import TheGraphEndpoints from "@site/docs/snippets/TheGraphEndpoints.mdx";
10-
import LinkPreview from "@site/src/components/LinkPreview";
10+
import LinkPreview from "@site/src/components/molecules/LinkPreview";
1111

1212
# Airdrops Endpoints
1313

docs/api/airdrops/merkle-api/01-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 1
44
title: "Overview"
55
---
66

7-
import LinkPreview from "@site/src/components/LinkPreview";
7+
import LinkPreview from "@site/src/components/molecules/LinkPreview";
88

99
Sablier's Airdrops rely on pre-configured Merkle trees. This data structure contains the list of recipients as well as
1010
their individual claim details.

docs/api/airdrops/merkle-api/02-functionality.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 2
44
title: "Functionality"
55
---
66

7-
import LinkPreview from "@site/src/components/LinkPreview";
7+
import LinkPreview from "@site/src/components/molecules/LinkPreview";
88

99
## Architecture
1010

docs/api/flow/01-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 1
44
title: "Overview"
55
---
66

7-
import LinkPreview from "@site/src/components/LinkPreview";
7+
import LinkPreview from "@site/src/components/molecules/LinkPreview";
88

99
# Sablier Flow
1010

docs/api/flow/02-endpoints.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: "Endpoints"
77
import DeprecatedSubgraphs from "@site/docs/snippets/DeprecatedSubgraphs.mdx";
88
import EnvioEndpoints from "@site/docs/snippets/EnvioEndpoints.mdx";
99
import TheGraphEndpoints from "@site/docs/snippets/TheGraphEndpoints.mdx";
10-
import LinkPreview from "@site/src/components/LinkPreview";
10+
import LinkPreview from "@site/src/components/molecules/LinkPreview";
1111

1212
# Flow Endpoints
1313

0 commit comments

Comments
 (0)