NeahOpti/node_modules/libmime/.ncurc.js
2025-04-22 12:49:37 +02:00

10 lines
165 B
JavaScript

module.exports = {
upgrade: true,
reject: [
// 5x is esm only
'chai',
// api changes in newer eslint
'grunt-eslint'
]
};