Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Mar 16, 2023
1 parent 249a30e commit 9af9e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/lib/config/flat-config-array.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ describe("FlatConfigArray", () => {
languageOptions: {
ecmaVersion: "latest",
sourceType: "module",
parser: "@/espree",
parser: `espree@${espree.version}`,
parserOptions: {}
},
processor: void 0
Expand Down Expand Up @@ -275,7 +275,7 @@ describe("FlatConfigArray", () => {
languageOptions: {
ecmaVersion: "latest",
sourceType: "module",
parser: "@/espree",
parser: `espree@${espree.version}`,
parserOptions: {}
},
processor: void 0
Expand Down

0 comments on commit 9af9e83

Please sign in to comment.