Skip to content

Commit 83921d7

Browse files
author
Anees Iqbal
committed
🐛 Fix copy-pasta header
1 parent 23ef925 commit 83921d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/lib/rules/jsx-embed-condition.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* @fileoverview Disallow or enforce spaces around equal signs in JSX attributes.
3-
* @author ryym
2+
* @fileoverview Prevents usage of && condition in JSX Embeds.
3+
* @author Anees Iqbal <[email protected]>
44
*/
55

66
'use strict';

0 commit comments

Comments
 (0)