Skip to content

Commit

Permalink
fix(eslint): Lock eslint version to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Apr 19, 2024
1 parent 30374bd commit 6b93f19
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .ncurc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ module.exports = {
upgrade: true,
reject: [
// mongodb 5.x driver does not support callbacks, only promises
'mongodb'
'mongodb',

// some api changes, need to address in the future
'eslint'
]
};

0 comments on commit 6b93f19

Please sign in to comment.