Skip to content

Commit 51d6266

Browse files
committed
style: drop unused eslint-disable in ndarray/base/reinterpret-boolean test
The TypeScript declaration test carried a stray `/* eslint-disable space-in-parens */` directive absent from the sibling `reinterpret-complex64` and `reinterpret-complex128` tests; the file has no `space-in-parens` violations, so the directive is noise. Ref: be023a5
1 parent fabf202 commit 51d6266

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/ndarray/base/reinterpret-boolean/docs/types

lib/node_modules/@stdlib/ndarray/base/reinterpret-boolean/docs/types/test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* eslint-disable space-in-parens */
20-
2119
import zeros = require( '@stdlib/ndarray/base/zeros' );
2220
import reinterpretBoolean = require( './index' );
2321

0 commit comments

Comments
 (0)