quick-lint-js
quick-lint-js copied to clipboard
10$: improve message for 'import from "module"'
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.