Use @babel/eslint-parser/experimental-worker for our own repo (#13643)

This commit is contained in:
Nicolò Ribaudo 2021-08-09 21:39:45 +02:00 committed by GitHub
parent da1d166ea6
commit ab79f08b63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
"use strict";
module.exports = {
parser: "@babel/eslint-parser",
parser: "@babel/eslint-parser/experimental-worker",
extends: "eslint:recommended",
plugins: ["flowtype"],
parserOptions: {

View File

@ -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"
}
}

View File

@ -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