eslint-plugin-etc icon indicating copy to clipboard operation
eslint-plugin-etc copied to clipboard

[etc/prefer-interface]: Does not report constructor signature

Open iliubinskii opened this issue 4 years ago • 0 comments

type f = () => void;

type g = new () => void;

prefer-interface reports f, but does not report g.

iliubinskii avatar Apr 02 '22 08:04 iliubinskii