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 87fab2d commit 62abaacCopy full SHA for 62abaac
.vscode/mcp-snippets.code-snippets
@@ -23,7 +23,7 @@
23
"scope": "javascript,typescript",
24
"prefix": "!autofixer",
25
"body": [
26
- "import type { Autofixer } from '.';",
+ "import type { Autofixer } from './index.js';",
27
"export const ${1:autofixer_name}: Autofixer = {",
28
"\t$0",
29
"};",
0 commit comments