Skip to content

Commit

Permalink
Enhance README.md for adding '.json' to the code block. (#616)
Browse files Browse the repository at this point in the history
* Update README.md

Adding 'json' format in code block for README.md

* Update README.md

Update code block form "json" to "jsonc".
  • Loading branch information
lamtrinhdev authored Aug 2, 2024
1 parent 1a9969a commit 308c1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ defineInlineTest(transform, /* ... */)

It's recommended that you set up your codemod project to all debugging via the VSCode IDE. When you open your project in VSCode, add the following configuration to your launch.json debugging configuration.

```
```jsonc
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
Expand Down

0 comments on commit 308c1d1

Please sign in to comment.