Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

feat!: enforce use of React fragment shorthand syntax #58

Merged
merged 1 commit into from
Aug 8, 2019

Conversation

wincent
Copy link
Contributor

@wincent wincent commented Aug 8, 2019

Breaking because this may cause the linter to emit new errors.

Rule: https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-fragments.md

Closes: #57

@wincent wincent added the feature label Aug 8, 2019
@wincent wincent merged commit b3f8059 into master Aug 8, 2019
@wincent wincent deleted the wincent/shorthand branch August 8, 2019 12:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enforce use of <>/</> shorthand instead of <React.Fragment>/</React.Fragment>
1 participant