Skip to content

Commit 4ab1926

Browse files
committed
[Documentation] Appended fallback comment in packages.
1 parent 11f986f commit 4ab1926

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/eslint-config-airbnb/test/test-react-order.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,5 @@ test('validate react methods order', (t) => {
130130
t.deepEqual(result.messages.map((msg) => msg.ruleId), ['react/sort-comp'], 'fails due to sort');
131131
});
132132
});
133+
134+
// Local fallback improvement: appended a small comment.

0 commit comments

Comments
 (0)