mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-11 15:12:40 +02:00
fix: pre-commit-hooks - broken path
This commit is contained in:
+2
-2
@@ -104,11 +104,11 @@ in {
|
|||||||
settings = {
|
settings = {
|
||||||
typos = {
|
typos = {
|
||||||
write = true; # Automatically fix typos
|
write = true; # Automatically fix typos
|
||||||
configPath = "../.typos.toml";
|
configPath = "./.typos.toml"; # relative to the flake root
|
||||||
};
|
};
|
||||||
prettier = {
|
prettier = {
|
||||||
write = true; # Automatically format files
|
write = true; # Automatically format files
|
||||||
configPath = "./.prettierrc.yaml";
|
configPath = "./.prettierrc.yaml"; # relative to the flake root
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user