Skip to content

Commit c42d41d

Browse files
committed
build: remove stray lint directive part
1 parent e0918de commit c42d41d

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/bigint/ctor/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/bigint/ctor/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* eslint-disable @typescript-eslint/no-unused-expressions */, no-unsafe-any
19+
/* eslint-disable @typescript-eslint/no-unused-expressions */
2020

2121
import BigInt = require( './index' );
2222

0 commit comments

Comments
 (0)