Skip to content

Commit

Permalink
rm unused languageOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertAKARobin committed Jan 18, 2025
1 parent 5f446f2 commit 765cbde
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/rules/sort-keys.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,6 @@ ruleTester.run("sort-keys", rule, {
`,
language: "json/jsonc",
options: ["asc", { allowLineSeparatedGroups: true }],
languageOptions: { ecmaVersion: 6 },
},
],
invalid: [
Expand Down Expand Up @@ -1915,7 +1914,6 @@ ruleTester.run("sort-keys", rule, {
`,
language: "json/jsonc",
options: ["asc", { allowLineSeparatedGroups: true }],
languageOptions: { ecmaVersion: 6 },
errors: [
{
messageId: "sortKeys",
Expand Down

0 comments on commit 765cbde

Please sign in to comment.