mirror of
https://github.com/sbrow/thor.git
synced 2026-08-26 11:23:32 -04:00
build(nix): Updated prettier config.
This commit is contained in:
@@ -91,11 +91,22 @@
|
||||
settings.formatter.prettier = {
|
||||
excludes = [
|
||||
"public/**"
|
||||
"resources/js/modernizr.js"
|
||||
"storage/app/caniuse.json"
|
||||
"mustache/spec/specs/**"
|
||||
"*.html"
|
||||
"*.md"
|
||||
];
|
||||
};
|
||||
|
||||
settings.formatter.ols = {
|
||||
command = "${pkgs.bash}/bin/bash";
|
||||
options = [
|
||||
"-euc"
|
||||
''
|
||||
${pkgs.ols}/bin/odinfmt -w .
|
||||
''
|
||||
];
|
||||
includes = [ "*.odin" ];
|
||||
};
|
||||
};
|
||||
|
||||
#process-compose.default.settings.processes = { };
|
||||
|
||||
Reference in New Issue
Block a user