Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/develop' into browser
Browse files Browse the repository at this point in the history
# Conflicts:
#	.eslintrc.next.js
#	packages/common-scripts/package.json
#	pnpm-lock.yaml
#	website/docs/migrations/migrate-to-v0.24.md
  • Loading branch information
homura committed Jun 27, 2024
2 parents 263456a + d279b87 commit 2a14824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.next.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
-1, // index -1 is not found
0, // first element of an array
1, // common for i + 1 in a loop
2, // many .slice(2) since the '0x' prefix should be removed while calling 3rd-party library
2, // slice(2) for string that starts with "0x" is common to work with 3rd-party libs
16, // toString(16)
1000, // second to millisecond
],
Expand Down

0 comments on commit 2a14824

Please sign in to comment.