Browse Source

update lint runner

pull/74/head
Jelle van Snik 3 years ago
parent
commit
792ae1490f
  1. 2
      .github/workflows/linting.yml

2
.github/workflows/linting.yml

@ -31,6 +31,6 @@ jobs: @@ -31,6 +31,6 @@ jobs:
uses: wearerequired/lint-action@v2
with:
eslint: true
eslint_dir: src
eslint_args: src
eslint_extensions: tsx,ts
eslint_auto_fix: false
Loading…
Cancel
Save