remove deprecated react/jsx-space-before-closing rule, already handled by react/jsx-tag-spacing

This commit is contained in:
Jesse Hallam
2018-02-21 14:19:05 -05:00
parent f3d9a311ad
commit 38bcaaae5e

View File

@@ -213,7 +213,6 @@
"react/jsx-no-target-blank": 2,
"react/jsx-no-undef": 2,
"react/jsx-pascal-case": 2,
"react/jsx-space-before-closing": [2, "never"],
"react/jsx-tag-spacing": [2, { "closingSlash": "never", "beforeSelfClosing": "never", "afterOpening": "never" }],
"react/jsx-uses-react": 2,
"react/jsx-uses-vars": 2,