We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce4163 commit ec72880Copy full SHA for ec72880
tests/helpers/configs.ts
@@ -5,7 +5,7 @@ import type { Linter } from "eslint";
5
export const filename = path.join(__dirname, "file.ts");
6
7
const typescriptParser = "@typescript-eslint/parser";
8
-const babelParser = "babel-eslint";
+const babelParser = typescriptParser; // Switch to "babel-eslint" once https://github.com/babel/babel/issues/13712 is fixed;
9
const espreeParser = "espree";
10
11
export const configs = {
0 commit comments