Skip to content

Commit 60b6e9f

Browse files
committed
fix: minor fixes
1 parent e4227f7 commit 60b6e9f

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

apps/website/app/overrides.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
monospace;
4545
}
4646

47-
button[role] {
47+
button {
4848
cursor: pointer;
4949
}
5050

apps/website/content/docs/configurations.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import React from "@pika/react";
4747

4848
### `strictImportCheck`
4949

50-
Check both the sharp and the import to determine if a API is from React before applying the rules.
50+
Check both the shape and the import to determine if a API is from React before applying the rules.
5151

5252
This can prevent false positives when using a irrelevant third-party library that has similar APIs to React.
5353

apps/website/content/docs/configurations.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function SettingsTypeTable() {
2222
type: "boolean",
2323
description: (
2424
<Link href="#strictimportcheck">
25-
Check both the sharp and the import to determine if a API is from React before applying the rules. ⤵
25+
Check both the shape and the import to determine if a API is from React before applying the rules. ⤵
2626
</Link>
2727
),
2828
default: "false",

packages/shared/src/schemas.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export const ESLintReactSettingsSchema = object({
120120
*/
121121
strict: optional(boolean(), false),
122122
/**
123-
* Check both the sharp and the import to determine if a API is from React.
123+
* Check both the shape and the import to determine if a API is from React.
124124
* @description This can prevent false positives when using a irrelevant third-party library that has similar APIs to React.
125125
* @default `false`
126126
*/

pnpm-lock.yaml

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)