Skip to content

Commit

Permalink
chore: fix ESLINT_USE_FLAT_CONFIG=false usage
Browse files Browse the repository at this point in the history
  • Loading branch information
CybotTM authored Jul 30, 2024
1 parent 9933221 commit fc1d8ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: yarn install --frozen-lockfile

- name: 🔨 Build
run: ESLINT_USE_FLAT_CONFIG=false yarn build:lib
run: yarn build:lib

lint:
name: 🔎 Lint
Expand All @@ -32,7 +32,7 @@ jobs:
node-version: 22

- name: ⚡ Install dependencies
run: ESLINT_USE_FLAT_CONFIG=false yarn install --frozen-lockfile
run: yarn install --frozen-lockfile

- name: 🔎 Lint
run: yarn lint
run: ESLINT_USE_FLAT_CONFIG=false yarn lint

0 comments on commit fc1d8ef

Please sign in to comment.