Skip to content

Commit 93d57c2

Browse files
author
Robert Jackson
authored
[DOCS] Improve markup in codemod options table. (#184)
[DOCS] Improve markup in codemod options table.
2 parents 0e01177 + 716e437 commit 93d57c2

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ npx ember-native-class-codemod http://localhost:4200/path/to/server [OPTIONS] pa
2525

2626
The codemod accepts the following options:
2727

28-
| Option | Value | Default | Details |
29-
| ------------------- | ------- | ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
30-
| --class-fields | boolean | true | Enable/disable transformation using class fields |
31-
| --decorators | boolean | true | Enable/disable transformation using decorators |
32-
| --classic-decorator | boolean | true | Enable/disable adding the [`@classic` decorator](https://github.com/pzuraq/ember-classic-decorator), which helps with transitioning Ember Octane |
33-
| --type | String | Empty (match all types in path) | Apply transformation to only passed type. The type can be one of `services`, `routes`, `components`, `controllers` |
34-
| --quote | String | 'single' | Whether to use double or single quotes by default for new statements that are added during the codemod. |
28+
| Option | Value | Default | Details |
29+
| --------------------- | ------- | ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
30+
| `--class-fields` | boolean | `true` | Enable/disable transformation using class fields |
31+
| `--decorators` | boolean | `true` | Enable/disable transformation using decorators |
32+
| `--classic-decorator` | boolean | `true` | Enable/disable adding the [`@classic` decorator](https://github.com/pzuraq/ember-classic-decorator), which helps with transitioning Ember Octane |
33+
| `--type` | String | Empty (match all types in path) | Apply transformation to only passed type. The type can be one of `services`, `routes`, `components`, `controllers` |
34+
| `--quote` | String | `'single'` | Whether to use double or single quotes by default for new statements that are added during the codemod. |
3535

3636
### Gathering Runtime Data
3737

0 commit comments

Comments
 (0)