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 d5f72c6 commit 73ee97bCopy full SHA for 73ee97b
package.json
@@ -23,19 +23,19 @@
23
"snippets": [
24
{
25
"language": "typescriptreact",
26
- "path": "./snippets/react-typescript.code-snippets"
+ "path": "./snippets/react-typescript.json"
27
},
28
29
"language": "javascriptreact",
30
- "path": "./snippets/react-javascript.code-snippets"
+ "path": "./snippets/react-javascript.json"
31
32
33
34
- "path": "./snippets/next-typescript.code-snippets"
+ "path": "./snippets/next-typescript.json"
35
36
37
38
- "path": "./snippets/next-javascript.code-snippets"
+ "path": "./snippets/next-javascript.json"
39
}
40
]
41
@@ -47,4 +47,4 @@
47
"husky": "^7.0.4",
48
"prettier": "^2.5.1"
49
50
-}
+}
0 commit comments