Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

The react/jsx-space-before-closing rule is deprecated. #161

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion es6/mobify-es6-react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rules:
react/jsx-equals-spacing: error
react/jsx-indent: error
react/jsx-indent-props: error
react/jsx-space-before-closing: error
react/jsx-tag-spacing: error
react/jsx-wrap-multilines: error

# Ignore common unused vars and args in React projects
Expand Down