Enable react/jsx-key for fragment shorthands

This commit is contained in:
Koen Vlaswinkel
2023-10-20 16:03:30 +02:00
parent d20cf92eea
commit c928b1eb86

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 }],
},
};