We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca7881 commit bd685bbCopy full SHA for bd685bb
packages/knip/src/IssueFixer.ts
@@ -22,7 +22,7 @@ export const fix = async (issues: Issues, options: MainOptions) => {
22
}
23
};
24
25
-export class IssueFixer {
+class IssueFixer {
26
options: MainOptions;
27
28
constructor(options: MainOptions) {
0 commit comments