ESlint - import.meta causes Fatal Parsing Error
问题 Using the Atom editor, with the linter-eslint package installed, I'm have a node.mjs script that uses ES6 module's import statement to import various node modules. The script runs fine when I run it with node's --experimental-modules flag. However, while editing with Atom, linter-eslint says: Parsing error: Unexpected token import (Fatal) This parsing error is NOT being caused by the ecmascript "import" statements that I have at the top of my code file. Instead, it is actually caused by the