Skip to content

Commit

Permalink
Revert "[eslint] fix surprise linting error"
Browse files Browse the repository at this point in the history
This reverts commit 18d7d49, and disables the linting warning instead
  • Loading branch information
ljharb committed Feb 10, 2021
1 parent f24c353 commit e9a81f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/rules/jsx-no-useless-fragment.js
Expand Up @@ -223,7 +223,7 @@ ruleTester.run('jsx-no-useless-fragment', rule, {
output: `
const Comp = () => (
<html>
${/* the trailing whitespace here is intentional */''}
${/* eslint-disable-line template-curly-spacing *//* the trailing whitespace here is intentional */ ''}
</html>
);
`,
Expand Down

0 comments on commit e9a81f8

Please sign in to comment.