Merge pull request #3002 from github/koesie10/jsx-key-rule

Enable `react/jsx-key` for fragment shorthands
This commit is contained in:
Koen Vlaswinkel
2023-10-20 16:44:37 +02:00
committed by GitHub

View File

@@ -71,6 +71,7 @@ const baseConfig = {
"no-shadow": "off",
"github/array-foreach": "off",
"github/no-then": "off",
"react/jsx-key": ["error", { checkFragmentShorthand: true }],
},
};