E0235: missing quotes around module name
Module names are strings. It is a syntax error to import a module without enclosing the module name in quotation marks:
To fix this error, add quotation marks around the module's name:
Introduced in quick-lint-js version 2.6.0.