Skip to content

Commit

Permalink
Use @babel/eslint-parser/experimental-worker for our own repo (#13643)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Aug 9, 2021
1 parent da1d166 commit ab79f08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eslint/babel-eslint-config-internal/index.js
@@ -1,7 +1,7 @@
"use strict";

module.exports = {
parser: "@babel/eslint-parser",
parser: "@babel/eslint-parser/experimental-worker",
extends: "eslint:recommended",
plugins: ["flowtype"],
parserOptions: {
Expand Down
2 changes: 1 addition & 1 deletion eslint/babel-eslint-config-internal/package.json
Expand Up @@ -10,7 +10,7 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"@babel/eslint-parser": "^7.10.4",
"@babel/eslint-parser": "^7.15.0",
"eslint-plugin-flowtype": "^4.6.0"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -277,7 +277,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@babel/eslint-config-internal@workspace:eslint/babel-eslint-config-internal"
peerDependencies:
"@babel/eslint-parser": ^7.10.4
"@babel/eslint-parser": ^7.15.0
eslint-plugin-flowtype: ^4.6.0
languageName: unknown
linkType: soft
Expand Down

0 comments on commit ab79f08

Please sign in to comment.