diff --git a/.eslintrc.next.js b/.eslintrc.next.js index 7589d0f34..7905fb589 100644 --- a/.eslintrc.next.js +++ b/.eslintrc.next.js @@ -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 ],