Skip to content

Commit

Permalink
fix(CI): Set ESLINT_USE_FLAT_CONFIG=false
Browse files Browse the repository at this point in the history
In ESLint v9 the flat config is default, but we can change the
default back to the old one.

See: eslint/eslint#18287
(cherry picked from commit 2d5296f)
  • Loading branch information
tvdeyen committed Apr 17, 2024
1 parent f80793d commit 67f9219
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 67f9219

Please sign in to comment.