Skip to content

Commit

Permalink
Merge pull request #5725 from solidusio/backport/v4.3/pr-5721
Browse files Browse the repository at this point in the history
[v4.3] fix(CI): Set ESLINT_USE_FLAT_CONFIG=false
  • Loading branch information
tvdeyen authored Apr 17, 2024
2 parents f80793d + 67f9219 commit 5dbd82c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ jobs:
- image: cimg/ruby:3.2-node
environment:
BUNDLE_ONLY: "lint"
ESLINT_USE_FLAT_CONFIG: false
steps:
- checkout
- run: 'bundle install'
Expand Down

0 comments on commit 5dbd82c

Please sign in to comment.