E0129: expected 'from "name_of_module.mjs"'
import
statements load things from other files. It is a syntax error to omit
the name of the module being imported:
To fix this error, write the from
keyword followed by the module name:
Introduced in quick-lint-js version 0.2.0.