Skip to content

Commit

Permalink
fix: pin eslint-config-ackama to v3 (#580)
Browse files Browse the repository at this point in the history
We released v4 of our config at the end of last year, which exports flat
config by default unless the `ESLINT_USE_FLAT_CONFIG` environment
variable is set to `false`.

While we want to upgrade to flat config and ESLint v9 ASAP, for now this
just pins us to v3 to get CI passing again
  • Loading branch information
G-Rath authored Jan 5, 2025
1 parent f9be057 commit a662ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variants/frontend-base/js-lint/template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

yarn_add_dev_dependencies %w[
eslint@8
eslint-config-ackama
eslint-config-ackama@3
eslint-plugin-node
eslint-plugin-import
eslint-plugin-prettier
Expand Down

0 comments on commit a662ee1

Please sign in to comment.