Skip to content

Commit

Permalink
Use biome instead of eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
fabasoad committed Jul 2, 2024
1 parent bf15651 commit ed2bf02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
name: Pre-commit
uses: fabasoad/reusable-workflows/.github/workflows/wf-pre-commit.yml@main
with:
skip-hooks: "audit, build, eslint, test, snyk-test"
skip-hooks: "audit, build, lint, test"
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
pass_filenames: false
verbose: true
stages: ["push"]
- id: eslint
- id: lint
name: Lint
entry: yarn run lint
language: system
Expand Down

0 comments on commit ed2bf02

Please sign in to comment.