-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
@babel/eslint-parser does not parse correctly ES modules, throwing the following error: > Parsing error: You appear to be using a native ECMAScript module configuration file, which is only supported when running Babel asynchronously or when using the Node.js `--experimental-require-module` flag This error is thrown even with `sourceType` set to `module`. Per @babel/eslint-parser README: > You only need to use @babel/eslint-parser if you are using Babel to transform your code. As the default parser does not cause this problem, so no reason to keep an extra dependency.
- Loading branch information
1 parent
dd38be9
commit 3cdc1c4
Showing
3 changed files
with
2 additions
and
74 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters