mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 03:26:36 +03:00
Fix ts/svelte linting
This commit is contained in:
parent
0754c44128
commit
930abe4e48
3
.github/workflows/push.yaml
vendored
3
.github/workflows/push.yaml
vendored
@ -21,8 +21,7 @@ jobs:
|
||||
args: ["--frozen-lockfile"]
|
||||
|
||||
- name: Lint frontend
|
||||
run: |
|
||||
pnpm lint-ci
|
||||
run: pnpm lint
|
||||
|
||||
check-frontend:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -10,7 +10,6 @@
|
||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||
"check:watch": "pnpm check --watch",
|
||||
"lint": "prettier --plugin-search-dir . --check . && eslint .",
|
||||
"lint-ci": "prettier --check $(git diff --name-only HEAD^..HEAD) && eslint $(git diff --name-only HEAD^..HEAD)",
|
||||
"format": "prettier --plugin-search-dir . --write .",
|
||||
"tauri": "tauri",
|
||||
"story:dev": "histoire dev --open",
|
||||
|
Loading…
Reference in New Issue
Block a user