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

12$: warn on module with no exports or side effects

Open strager opened this issue 3 years ago • 0 comments

import React from "react";
// the following should warn about missing 'export'
function MyComponent() { return <>hello</>; }

strager avatar Aug 03 '22 22:08 strager