Skip to content

Commit

Permalink
minor: use new eslint configuration file format
Browse files Browse the repository at this point in the history
  • Loading branch information
alekitto committed Jul 31, 2024
1 parent c66ad48 commit 94a5857
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions test/.eslintrc.json

This file was deleted.

1 change: 0 additions & 1 deletion test/UlidTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export default @timeSensitive() class UlidTest extends TestCase {
this.expectException(InvalidArgumentException);
this.expectExceptionMessage('Invalid ULID: "this is not a ulid".');

// eslint-disable-next-line no-new
new Ulid('this is not a ulid');
}

Expand Down

0 comments on commit 94a5857

Please sign in to comment.