From dca0f72e4de1dbba96a4460c666177836f8d9b89 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Wed, 20 May 2015 10:36:58 +0100 Subject: [PATCH] clarify default option descriptions - fixes #1577 --- src/babel/transformation/file/options.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/babel/transformation/file/options.json b/src/babel/transformation/file/options.json index 3bd7456bc3..564979bf28 100644 --- a/src/babel/transformation/file/options.json +++ b/src/babel/transformation/file/options.json @@ -43,7 +43,7 @@ "nonStandard": { "type": "boolean", "default": true, - "description": "enable support for JSX and Flow" + "description": "enable/disable support for JSX and Flow (on by default)" }, "experimental": { @@ -51,7 +51,7 @@ }, "highlightCode": { - "description": "ANSI syntax highlight code frames", + "description": "enable/disable ANSI syntax highlighting of code frames (on by default)", "type": "boolean", "default": true }, @@ -148,7 +148,7 @@ "comments": { "type": "boolean", "default": true, - "description": "output comments in generated output" + "description": "strip/output comments in generated output (on by default)" }, "compact": {