Skip to content

Commit 18d7d49

Browse files
committed
[eslint] fix surprise linting error
1 parent 32383e1 commit 18d7d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/rules/jsx-no-useless-fragment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ ruleTester.run('jsx-no-useless-fragment', rule, {
223223
output: `
224224
const Comp = () => (
225225
<html>
226-
${/* the trailing whitespace here is intentional */ ''}
226+
${/* the trailing whitespace here is intentional */''}
227227
</html>
228228
);
229229
`,

0 commit comments

Comments
 (0)