eslint-plugin-etc
eslint-plugin-etc copied to clipboard
[etc/prefer-interface]: Does not report constructor signature
type f = () => void;
type g = new () => void;
prefer-interface reports f, but does not report g.