Skip to content

Commit

Permalink
Update CODEMOD.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath authored Jul 16, 2018
1 parent b4b3608 commit 35c090f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CODEMOD.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {a, b, c} from 'abc'

**tscodemodrc:**

```json
```jsonc
{
"name": "normalize-import-path",
"params": {
Expand Down Expand Up @@ -50,7 +50,7 @@ import {x, xx} from 'x'

**tscodemodrc:**

```json
```jsonc
{
"name": "shift-imports",
"params": {
Expand Down

0 comments on commit 35c090f

Please sign in to comment.