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 c5d9af3 commit a2e8eadCopy full SHA for a2e8ead
packages/rslint/tests/__snapshots__/api.test.mjs.snap
@@ -6,7 +6,7 @@ exports[`applyFixes api > apply fixes with real diagnostics 1`] = `
6
const y = x as string;",
7
"output": [
8
"let x: string = "hello";
9
-const y = x ;",
+const y = x;",
10
],
11
}
12
`;
0 commit comments