Skip to content

Commit 79a2686

Browse files
HenryBrown0ljharb
authored andcommitted
fix: use @typescript-eslint/parser dist dir
1 parent 05fd995 commit 79a2686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/helpers/parsers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const parsers = {
3737
BABEL_ESLINT: path.join(__dirname, NODE_MODULES, 'babel-eslint'),
3838
'@BABEL_ESLINT': path.join(__dirname, NODE_MODULES, '@babel/eslint-parser'),
3939
TYPESCRIPT_ESLINT: path.join(__dirname, NODE_MODULES, 'typescript-eslint-parser'),
40-
'@TYPESCRIPT_ESLINT': path.join(__dirname, NODE_MODULES, '@typescript-eslint/parser'),
40+
'@TYPESCRIPT_ESLINT': path.join(__dirname, NODE_MODULES, '@typescript-eslint/parser/dist'),
4141
disableNewTS,
4242
skipDueToMultiErrorSorting: semver.satisfies(process.versions.node, '^8 || ^9'),
4343
babelParserOptions: function parserOptions(test, features) {

0 commit comments

Comments
 (0)