3 Commits

Author SHA1 Message Date
Sidharth Vinod
75337287ea
Replace esno & ts-node with tsx 2023-05-08 18:46:14 +05:30
Alois Klink
98b2148352 build(pre-commit): cache eslint in pre-commit
Run eslint with `--cache` to speed up pre-commit scripts.

This was added to the `pnpm run lint` script in
b7f9495a (build: add eslint --cache file, 2022-08-27)
and doesn't seem to be causing any issues.

I haven't enabled `--cache` for `prettier` since as of prettier 2.8.0,
their cache invalidation doesn't yet work with prettier plugins.
2023-02-05 19:33:30 +00:00
Sidharth Vinod
009a32d20b
fix: Enable extending lintstagedrc. 2022-11-22 23:05:27 +05:30