Skip to content

Commit 1c6ac4e

Browse files
committed
update author information
1 parent a01b23c commit 1c6ac4e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/rules/jsx-no-literals.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* @fileoverview Prevent using string literals in React component definition
33
* @author Caleb Morris
4+
* @author David Buchan-Swanson
45
*/
56
'use strict';
67

tests/lib/rules/jsx-no-literals.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* @fileoverview Prevent using unwrapped literals in a React component definition
33
* @author Caleb morris
4+
* @author David Buchan-Swanson
45
*/
56
'use strict';
67

0 commit comments

Comments
 (0)