Add keep_quoted_props to readme

This commit is contained in:
Shrey Banga 2016-06-10 10:43:11 -07:00
parent a84003d156
commit 2e22da589c

View File

@ -472,6 +472,8 @@ can pass additional arguments that control the code output:
- `1` -- always use single quotes - `1` -- always use single quotes
- `2` -- always use double quotes - `2` -- always use double quotes
- `3` -- always use the original quotes - `3` -- always use the original quotes
- `keep_quoted_props` (default `false`) -- when turned on, prevents stripping
quotes from property names in object literals.
### Keeping copyright notices or other comments ### Keeping copyright notices or other comments