Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
Flatten just lint recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Jun 14, 2024
1 parent 6fcf479 commit c8cdfb1
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
default: develop

astro-sync:
lint:
npx astro sync

astro-check: astro-sync
npx astro check

prettier-check:
npx prettier --check source

eslint:
npx eslint . --ext ".ts"

copy-paste-detection:
npx jscpd source

lint: astro-check prettier-check eslint copy-paste-detection

@compile:
npx tsc

Expand Down

0 comments on commit c8cdfb1

Please sign in to comment.