Skip to content

Commit

Permalink
Configure pinned JS dependencies via updates.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Mar 9, 2024
1 parent a192a5e commit c46c2fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions updates.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export default {
exclude: [
'@mcaptcha/vanilla-glue', // breaking changes in rc versions need to be handled
'eslint-plugin-array-func', // need to migrate to eslint flat config first
],
};

0 comments on commit c46c2fa

Please sign in to comment.