mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-21 00:49:52 +01:00
fix: pre-commit-hooks - broken path
This commit is contained in:
@@ -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
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user