Skip to content

Commit ead696a

Browse files
committed
fix: Add type-annotations support to react/sort-comp
1 parent 11f986f commit ead696a

File tree

1 file changed

+1
-0
lines changed
  • packages/eslint-config-airbnb/rules

1 file changed

+1
-0
lines changed

packages/eslint-config-airbnb/rules/react.js

+1
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ module.exports = {
260260
'instance-methods',
261261
'everything-else',
262262
'rendering',
263+
'type-annotations',
263264
],
264265
groups: {
265266
lifecycle: [

0 commit comments

Comments
 (0)