Skip to main content
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" ]}