From 2e22da589cd1023c0382252b02cb2cb5a9bde622 Mon Sep 17 00:00:00 2001 From: Shrey Banga Date: Fri, 10 Jun 2016 10:43:11 -0700 Subject: [PATCH] Add keep_quoted_props to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 041a0709..a19f7ef4 100644 --- a/README.md +++ b/README.md @@ -472,6 +472,8 @@ can pass additional arguments that control the code output: - `1` -- always use single quotes - `2` -- always use double 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