Skip to content

Commit

Permalink
build: insert ESLint directive instead of just removing TSLint one
Browse files Browse the repository at this point in the history
  • Loading branch information
Planeshifter committed Nov 12, 2023
1 parent 46d049b commit a73f94f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ import IS_BIG_ENDIAN = require( './index' );

// The variable is a boolean...
{

// eslint-disable-next-line @typescript-eslint/no-unused-expressions
IS_BIG_ENDIAN; // $ExpectType boolean
}

0 comments on commit a73f94f

Please sign in to comment.