Skip to content

custom quotes option is broken down #4803

@e-cloud

Description

@e-cloud

Input Code

const aStr = "hi";

Babel Configuration (.babelrc, package.json, cli command)

{
  "generatorOpts": {
    "quotes": "single"
  }
}

Expected Behavior

const aStr = 'hi';

Current Behavior

const aStr = "hi";

Context

528128f#commitcomment-19483379

Your Environment

software version
Babel 6.18.0
node 6.9.1
npm 3.10.8
Operating System ubuntu 16.10

Metadata

Metadata

Assignees

No one assigned

    Labels

    Has PRoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions