quick-lint-js icon indicating copy to clipboard operation
quick-lint-js copied to clipboard

10$: improve message for 'import from "module"'

Open strager opened this issue 3 years ago • 0 comments

The following code is missing the export list, but quick-lint-js thinks it's missing the from keyword:

import from "react";

Improve the error message to suggest writing an export list between import and from.

strager avatar Aug 03 '22 22:08 strager