fix: pre-commit-hooks - broken path

This commit is contained in:
Ryan Yin
2024-03-17 11:26:00 +08:00
parent 0eb83b22f0
commit 9f04e1b382

View File

@@ -104,11 +104,11 @@ in {
settings = {
typos = {
write = true; # Automatically fix typos
configPath = "../.typos.toml";
configPath = "./.typos.toml"; # relative to the flake root
};
prettier = {
write = true; # Automatically format files
configPath = "./.prettierrc.yaml";
configPath = "./.prettierrc.yaml"; # relative to the flake root
};
};
};