Skip to content

Commit

Permalink
Added eslint to ignored deps
Browse files Browse the repository at this point in the history
ref https://linear.app/tryghost/issue/ENG-920/handle-eslint-v9-major-config-changes

- eslint v9 has a major / breaking config change
- we will need to manage this holistically across our repos
- for now, pin eslint, we can update to the latest v8 manually if we need to
- the linked issue has undoing this as a listed task
  • Loading branch information
ErisDS committed May 9, 2024
1 parent afb7154 commit d9c9c3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/renovate-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"yarnDedupeHighest"
],
"ignoreDeps": [
"eslint",
"moment",
"moment-timezone"
]
Expand Down

0 comments on commit d9c9c3e

Please sign in to comment.