NodeRequirer icon indicating copy to clipboard operation
NodeRequirer copied to clipboard

destructuring doesn't work

Open kud opened this issue 6 years ago • 0 comments

destructuring is in your doc but neither it's specified in the default options, neither it works when I enable it in my preferences.

{
  "alias": {
    "prop-types": "PropTypes",
    "lodash": "_",
    "styled-components": "styled, { css }",
    "react-click-outside": "ClickOutside",
    "react": "React"
  },
  "quotes": "double",
  "semicolon_free": true,
  "destructuring": true,
  "var": "const"
}

kud avatar Jul 25 '19 18:07 kud