Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Jan 6, 2024
1 parent 90a5d33 commit ad652e5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions test/string-content.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,13 @@ const createSuggestionError = (match, suggest, output) => [

test({
testerOptions: {
parserOptions: {
ecmaFeatures: {
jsx: true,
languageOptions: {
parserOptions: {
ecmaFeatures: {
jsx: true,
},
},
},
}

Check failure on line 55 in test/string-content.mjs

View workflow job for this annotation

GitHub Actions / lint-test (ubuntu-latest)

Missing trailing comma.
},
valid: [
'const foo = "";',
Expand Down

0 comments on commit ad652e5

Please sign in to comment.