Skip to content

Commit 9851c46

Browse files
committed
Disable lint rule
1 parent 2d844a1 commit 9851c46

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/assert/has-uint8clampedarray-support/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/assert/has-uint8clampedarray-support/lib/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var GlobalUint8ClampedArray = require( './uint8clampedarray.js' );
3535
* var bool = hasUint8ClampedArraySupport();
3636
* // returns <boolean>
3737
*/
38-
function hasUint8ClampedArraySupport() {
38+
function hasUint8ClampedArraySupport() { // eslint-disable-line id-length
3939
var bool;
4040
var arr;
4141

0 commit comments

Comments
 (0)