also update devenv task lint:code

This commit is contained in:
Thibault Duplessis
2026-05-03 10:30:36 +02:00
parent 548428219a
commit 9551f1107c
+1 -1
View File
@@ -45,7 +45,7 @@ in
tasks = {
"lint:code" = {
exec = "oxlint --type-aware --tsconfig=ui/tsconfig.base.json";
exec = "oxlint --type-aware";
};
"lint:style" = {
exec = ''stylelint "ui/**/*.scss"'';