Skip to content

Commit a73f94f

Browse files
committed
build: insert ESLint directive instead of just removing TSLint one
1 parent 46d049b commit a73f94f

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/assert/is-big-endian/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/assert/is-big-endian/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ import IS_BIG_ENDIAN = require( './index' );
2323

2424
// The variable is a boolean...
2525
{
26-
26+
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
2727
IS_BIG_ENDIAN; // $ExpectType boolean
2828
}

0 commit comments

Comments
 (0)