quick-lint-js
quick-lint-js copied to clipboard
12$: warn on module with no exports or side effects
import React from "react";
// the following should warn about missing 'export'
function MyComponent() { return <>hello</>; }