We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ef925 commit 83921d7Copy full SHA for 83921d7
tests/lib/rules/jsx-embed-condition.js
@@ -1,6 +1,6 @@
1
/**
2
- * @fileoverview Disallow or enforce spaces around equal signs in JSX attributes.
3
- * @author ryym
+ * @fileoverview Prevents usage of && condition in JSX Embeds.
+ * @author Anees Iqbal <[email protected]>
4
*/
5
6
'use strict';
0 commit comments