Skip to content

Commit

Permalink
fix broken lint
Browse files Browse the repository at this point in the history
i'm currently getting errors with yarn lint locally,
but CI is succeeding. meaning i always have to bypass commit hooks
Unable to resolve path to module '@uppy/...'  import/no-unresolved
  • Loading branch information
mifi committed Nov 11, 2024
1 parent 38126a1 commit 8da0359
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@ jobs:
with:
node-version: lts/*
- name: Install dependencies
# List all projects that use a custom ESLint config:
run:
corepack yarn workspaces focus @uppy/angular @uppy-example/angular
@uppy-example/react-native-expo @uppy/react-native @uppy-dev/build
corepack yarn install --immutable
- name: Run linter
run: corepack yarn run lint
- name: Run Prettier
Expand Down

0 comments on commit 8da0359

Please sign in to comment.