Skip to content

Commit b7542e4

Browse files
committed
Update headers for no-noninteractive and no-static interactions rules
1 parent 0edae25 commit b7542e4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/rules/no-noninteractive-element-handlers.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
/**
2-
* @fileoverview $DESCRIPTION
3-
* @author $AUTHOR
2+
* @fileoverview Enforce non-interactive elements have no interactive handlers.
3+
* @author Jese Beach
44
* @flow
55
*/
6-
76
// ----------------------------------------------------------------------------
87
// Rule Definition
98
// ----------------------------------------------------------------------------

src/rules/no-static-element-interactions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @fileoverview Enforce non-interactive elements have no interactive handlers.
2+
* @fileoverview Enforce static elements have no interactive handlers.
33
* @author Ethan Cohen
44
* @flow
55
*/

0 commit comments

Comments
 (0)