Skip to content

Commit d6eedf4

Browse files
committed
Auto-generated commit
1 parent 8ffe30f commit d6eedf4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Milan Raj <[email protected]>
2020
Momtchil Momtchev <[email protected]>
2121
Ognjen Jevremović <[email protected]>
2222
Philipp Burckhardt <[email protected]>
23+
2324
Ricky Reusser <[email protected]>
2425
Ryan Seal <[email protected]>
2526
Seyyed Parsa Neshaei <[email protected]>

test/test.object.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ tape( 'the function returns `false` if not provided a number', function test( t
5656
{},
5757
new Date(),
5858
/./,
59-
new RegExp( '.' ),
59+
new RegExp( '.' ), // eslint-disable-line prefer-regex-literals
6060
function noop() {}
6161
];
6262

0 commit comments

Comments
 (0)