We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d20cf92 + c928b1e commit 8c59423Copy full SHA for 8c59423
1 file changed
extensions/ql-vscode/.eslintrc.js
@@ -71,6 +71,7 @@ const baseConfig = {
71
"no-shadow": "off",
72
"github/array-foreach": "off",
73
"github/no-then": "off",
74
+ "react/jsx-key": ["error", { checkFragmentShorthand: true }],
75
},
76
};
77
0 commit comments