Skip to content

Commit c57a3ae

Browse files
committed
docs: update changelog and documentation for skipImportCheck setting
1 parent 23246df commit c57a3ae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### ✨ New
44

55
- feat(plugins/dom): add `no-flush-sync` rule by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/942
6-
- feat: add [`skipImportCheck`](https://eslint-react.xyz/docs/configurations#skipImportCheck) setting by @Rel1cx
6+
- feat: add [`skipImportCheck`](https://eslint-react.xyz/docs/configurations#skipimportcheck) setting by @Rel1cx
77

88
### 🪄 Improvements
99

apps/website/content/docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Changelog
77
### ✨ New
88

99
- feat(plugins/dom): add `no-flush-sync` rule by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/942
10-
- feat: add [`skipImportCheck`](https://eslint-react.xyz/docs/configurations#skipImportCheck) setting by @Rel1cx
10+
- feat: add [`skipImportCheck`](https://eslint-react.xyz/docs/configurations#skipimportcheck) setting by @Rel1cx
1111

1212
### 🪄 Improvements
1313

apps/website/content/docs/configurations.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ export function SettingsTypeTable() {
2121
skipImportCheck: {
2222
type: "boolean",
2323
description: (
24-
<Link href="#skipImportCheck">
25-
Check both the shape and the import to determine if an API is from React before applying the rules. ⤵
24+
<Link href="#skipimportcheck">
25+
When determining whether an API originates from React, bypass the import source check. ⤵
2626
</Link>
2727
),
2828
default: "true",

0 commit comments

Comments
 (0)