File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ module.exports = [
288
288
🏃 Set in the ` jsx-runtime ` [ configuration] ( https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs ) .\
289
289
☑️ Set in the ` recommended ` [ configuration] ( https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs ) .\
290
290
🔧 Automatically fixable by the [ ` --fix ` CLI option] ( https://eslint.org/docs/user-guide/command-line-interface#--fix ) .\
291
- 💡 Manually fixable by [ editor suggestions] ( https://eslint.org/docs/developer-guide/working-with-rules#providing -suggestions ) .\
291
+ 💡 Manually fixable by [ editor suggestions] ( https://eslint.org/docs/latest/use/core-concepts#rule -suggestions ) .\
292
292
❌ Deprecated.
293
293
294
294
| Name | Description | 💼 | 🚫 | 🔧 | 💡 | ❌ |
Original file line number Diff line number Diff line change 1
1
# Ensure destructuring and symmetric naming of useState hook value and setter variables (` react/hook-use-state ` )
2
2
3
- 💡 This rule is manually fixable by [ editor suggestions] ( https://eslint.org/docs/developer-guide/working-with-rules#providing -suggestions ) .
3
+ 💡 This rule is manually fixable by [ editor suggestions] ( https://eslint.org/docs/latest/use/core-concepts#rule -suggestions ) .
4
4
5
5
<!-- end auto-generated rule header -->
6
6
Original file line number Diff line number Diff line change 1
1
# Disallow usage of invalid attributes (` react/no-invalid-html-attribute ` )
2
2
3
- 💡 This rule is manually fixable by [ editor suggestions] ( https://eslint.org/docs/developer-guide/working-with-rules#providing -suggestions ) .
3
+ 💡 This rule is manually fixable by [ editor suggestions] ( https://eslint.org/docs/latest/use/core-concepts#rule -suggestions ) .
4
4
5
5
<!-- end auto-generated rule header -->
6
6
You can’t perform that action at this time.
0 commit comments