You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
13
13
14
14
### Fixed
15
15
* configs: avoid legacy config system error ([#3461][]@ljharb)
*[`no-unknown-property`]: do not check `fbs` elements ([#3494][]@brianogilvie)
18
18
*[`jsx-newline`]: No newline between comments and jsx elements ([#3493][]@justmejulian)
19
19
*[`jsx-no-leaked-render`]: Don't report errors on empty strings if React >= v18 ([#3488][]@himanshu007-creator)
@@ -24,6 +24,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
Copy file name to clipboardExpand all lines: docs/rules/sort-prop-types.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
5
5
<!-- end auto-generated rule header -->
6
6
7
+
🔧 This rule is automatically fixable using the `--fix`[flag](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix) on the command line.
8
+
7
9
Some developers prefer to sort prop type declarations alphabetically to be able to find necessary declaration easier at the later time. Others feel that it adds complexity and becomes burden to maintain.
0 commit comments