Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit b56c0f6

Browse files
Chris Barkerfacebook-github-bot
authored andcommitted
Suppress JS false positives in 10 files
Summary: Suppress false positive lint issues Reviewed By: dado3212 Differential Revision: D31248391 fbshipit-source-id: 5b54fbac831e656156a904f9e3ea2125e7a10078
1 parent 6db7ff5 commit b56c0f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/model/paste/__tests__/DraftPasteProcessor-test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,14 @@ test('must identify italics text', () => {
9292
});
9393

9494
test('must identify overlapping inline styles', () => {
95+
/* eslint-disable fb-www/gender-neutral-language */
9596
assertDraftPasteProcessorProcessHTML(`
9697
<i>
9798
<b>he</b>
9899
hi
99100
</i>
100101
`);
102+
/* eslint-enable fb-www/gender-neutral-language */
101103
});
102104

103105
test('must identify block styles', () => {

0 commit comments

Comments
 (0)