Skip to main content
The Deno 2 Release Candidate is here
Learn more
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" ]}