Skip to content

Commit

Permalink
updated typescript eslint parser to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Havunen committed Dec 12, 2023
1 parent 7ce505e commit a8ee250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/eslint": "=8.44.8",
"@types/estree": "^1.0.5",
"@types/node": "^20.10.4",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/parser": "^6.14.0",
"aud": "^2.0.4",
"babel-eslint": "^8.2.6",
"babel-plugin-inferno": "^6.7.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/helpers/parsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const NODE_MODULES = '../../node_modules';
const parsers = {
BABEL_ESLINT: path.join(__dirname, NODE_MODULES, 'babel-eslint'),
'@BABEL_ESLINT': path.join(__dirname, NODE_MODULES, '@babel/eslint-parser'),
'@TYPESCRIPT_ESLINT': path.join(__dirname, NODE_MODULES, '@typescript-eslint/parser'),
'@TYPESCRIPT_ESLINT': path.join(__dirname, NODE_MODULES, '@typescript-eslint/parser/dist/index.js'),
disableNewTS,
skipDueToMultiErrorSorting: semver.satisfies(process.versions.node, '^8 || ^9'),
babelParserOptions: function parserOptions(test, features) {
Expand Down

0 comments on commit a8ee250

Please sign in to comment.