File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
apps/website/content/docs Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments