Skip to content

Commit

Permalink
another
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad committed Mar 20, 2024
1 parent 809fabc commit 5d0ce6d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions extensions/vscode/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,9 @@ install os="$(just ../../os)" arch="$(just ../../arch)" editor="code":

# Performs static code analysis with ESLint
lint:
#!/usr/bin/env bash
set -eou pipefail
{{ _with_debug }}
npm run lint

format:
#!/usr/bin/env bash
set -eou pipefail
{{ _with_debug }}
npm run format

check-format:
Expand Down

0 comments on commit 5d0ce6d

Please sign in to comment.