Skip to content

Commit 30851a5

Browse files
committed
docs: minor fixes
1 parent e283122 commit 30851a5

File tree

4 files changed

+15
-16
lines changed

4 files changed

+15
-16
lines changed

apps/website/content/docs/configuration/configure-analyzer.tsx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
1-
/* eslint-disable perfectionist/sort-objects */
21
import { TypeTable } from "fumadocs-ui/components/type-table";
32

43
import { Link } from "next-view-transitions";
54

65
const properties = {
7-
polymorphicPropName: {
6+
version: {
87
type: "string",
9-
description: <Link href="#polymorphicpropname">The prop your code uses to create polymorphic components</Link>,
10-
default: '"as"',
8+
description: <Link href="#version">React version to perform the analysis</Link>,
9+
default: '"detect"',
1110
},
1211
importSource: {
1312
type: "string",
1413
description: <Link href="#importsource">The source where React is imported from</Link>,
1514
default: '"react"',
1615
},
17-
version: {
16+
polymorphicPropName: {
1817
type: "string",
19-
description: <Link href="#version">React version to perform the analysis</Link>,
20-
default: '"detect"',
18+
description: <Link href="#polymorphicpropname">The prop your code uses to create polymorphic components</Link>,
19+
default: '"as"',
2120
},
2221
};
2322

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"twoslash": "^0.3.4"
3535
},
3636
"devDependencies": {
37-
"@effect/language-service": "^0.38.3",
37+
"@effect/language-service": "^0.38.4",
3838
"@eslint-react/eslint-plugin": "workspace:*",
3939
"@eslint-react/kit": "workspace:*",
4040
"@eslint-react/shared": "workspace:*",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"update:website": "tsx ./scripts/update-website.ts"
5454
},
5555
"devDependencies": {
56-
"@effect/language-service": "^0.38.3",
56+
"@effect/language-service": "^0.38.4",
5757
"@effect/platform": "^0.90.7",
5858
"@effect/platform-node": "^0.96.1",
5959
"@eslint/config-inspector": "^1.2.0",

pnpm-lock.yaml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)