Skip to content

Commit

Permalink
Merge pull request #5721 from tvdeyen/fix-eslint
Browse files Browse the repository at this point in the history
fix(CI): Set ESLINT_USE_FLAT_CONFIG=false
  • Loading branch information
tvdeyen authored Apr 17, 2024
2 parents cb0ff1e + 2d5296f commit 3f6c58c
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 @@ -235,6 +235,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 3f6c58c

Please sign in to comment.