Skip to content

Commit e9a81f8

Browse files
committed
Revert "[eslint] fix surprise linting error"
This reverts commit 18d7d49, and disables the linting warning instead
1 parent f24c353 commit e9a81f8

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+
${/* eslint-disable-line template-curly-spacing *//* the trailing whitespace here is intentional */ ''}
227227
</html>
228228
);
229229
`,

0 commit comments

Comments
 (0)