Skip to content

Add configuration for whether to use arrow functions #1

@brendon1555

Description

@brendon1555

Add a setting useArrowFunctions to determine whether or not to use arrow functions in the template.

function ComponentName(props) {...}

vs

const ComponentName = (props) => {...}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions