We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215608c commit db87d8dCopy full SHA for db87d8d
src/multipart_parser.js
@@ -33,7 +33,6 @@ const A = 97;
33
const Z = 122;
34
35
function lower(c) {
36
- // eslint-disable-next-line no-bitwise
37
return c | 0x20;
38
}
39
0 commit comments