Skip to content

Commit

Permalink
Update eslint/babel-eslint-parser/src/client.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jul 29, 2021
1 parent b6a3f83 commit 5bd5dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint/babel-eslint-parser/src/client.cjs
Expand Up @@ -42,7 +42,7 @@ class Client {
}

// We need to run Babel in a worker for two reasons:
// 1. ESLint workers must be CJS files, and this is a problem
// 1. ESLint parsers must be CJS files, and this is a problem
// since Babel 8+ uses native ESM
// 2. ESLint parsers must run synchronously, but many steps
// of Babel's config loading (which is done for each file)
Expand Down

0 comments on commit 5bd5dce

Please sign in to comment.