Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/transposearray/.lintstagedrc

Perform the matrix operation transpose on an array respecting type information.
Latest
File
{ "./**/*.{md,yml}": [ "prettier --write" ], "./**/*.{mts,ts}": [ "prettier --write", "eslint --fix" ], "./**/*.{md,mts,ts}": [ "cspell --config=.cspell.json" ]}