Skip to content

Commit 9e07a47

Browse files
committed
Move file extensions to .code-snippets for comments
1 parent 3148d38 commit 9e07a47

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
"snippets": [
2121
{
2222
"language": "javascript",
23-
"path": "./snippets/js.json"
23+
"path": "./snippets/js.code-snippets"
2424
},
2525
{
2626
"language": "typescript",
27-
"path": "./snippets/ts.json"
27+
"path": "./snippets/ts.code-snippets"
2828
},
2929
{
3030
"language": "javascriptreact",
31-
"path": "./snippets/jsx.json"
31+
"path": "./snippets/jsx.code-snippets"
3232
},
3333
{
3434
"language": "typescriptreact",
35-
"path": "./snippets/tsx.json"
35+
"path": "./snippets/tsx.code-snippets"
3636
}
3737
]
3838
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)