Skip to content

Commit 8b60131

Browse files
Nemo157syphar
authored andcommitted
Allow running just lint-js --fix
1 parent 5eb5728 commit 8b60131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Justfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ sqlx-check:
1414
lint:
1515
cargo clippy --all-features --all-targets --workspace --locked -- -D warnings
1616

17-
lint-js:
18-
deno run -A npm:eslint@9 static templates gui-tests eslint.config.js
17+
lint-js *args:
18+
deno run -A npm:eslint@9 static templates gui-tests eslint.config.js {{ args }}

0 commit comments

Comments
 (0)