NodeRequirer
NodeRequirer copied to clipboard
destructuring doesn't work
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"
}