Skip to content

Commit ec72880

Browse files
test: temporary fix to get tests working
revent once babel/babel#13712 is fixed
1 parent 1ce4163 commit ec72880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/helpers/configs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { Linter } from "eslint";
55
export const filename = path.join(__dirname, "file.ts");
66

77
const typescriptParser = "@typescript-eslint/parser";
8-
const babelParser = "babel-eslint";
8+
const babelParser = typescriptParser; // Switch to "babel-eslint" once https://github.com/babel/babel/issues/13712 is fixed;
99
const espreeParser = "espree";
1010

1111
export const configs = {

0 commit comments

Comments
 (0)