Skip to content

Commit

Permalink
docs: link to prettier, and capitalize
Browse files Browse the repository at this point in the history
  • Loading branch information
Even Alander authored and skovy committed Sep 14, 2020
1 parent 640dd31 commit 9af1f3a
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 @@ -227,7 +227,7 @@ export type IStyles = {
- **Default**: `"single"`
- **Example**: `tsm src --exportType default --quoteType double`

Specify a quote type to match your TypeScript configuration. Only default exports are affected by this command. This example will wrap class names with double quotes ("). If prettier is installed and configured in the project, it will be used and is likely to override the effect of this setting.
Specify a quote type to match your TypeScript configuration. Only default exports are affected by this command. This example will wrap class names with double quotes ("). If [Prettier](https://prettier.io) is installed and configured in the project, it will be used and is likely to override the effect of this setting.

### `--logLevel` (`-L`)

Expand Down

0 comments on commit 9af1f3a

Please sign in to comment.