We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d20cf92 commit c928b1eCopy full SHA for c928b1e
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