Skip to content

Commit

Permalink
ncurc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Mar 14, 2024
1 parent 2914dbe commit dadb13f
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .ncurc.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
module.exports = {
format: 'group',
reject: [
// TODO: major version upgrades
'chai',
'commander',
'@typescript-eslint/eslint-plugin',
'@typescript-eslint/parser',
// ESM only modules
// https://github.com/microsoft/TypeScript/issues/46452
// esm only modules
'find-up',
/* pin to 4.0.0 to match make-fetch-happen/cacache. */
'chai',
'p-map',
'remote-git-tags',
'untildify',
Expand All @@ -19,6 +13,9 @@ module.exports = {
// https://github.com/YousefED/typescript-json-schema/issues/568
'typescript-json-schema',
// node >= 18
'commander', // https://github.com/tj/commander.js/blob/master/CHANGELOG.md
'update-notifier',
'@typescript-eslint/eslint-plugin',
'@typescript-eslint/parser',
],
}

0 comments on commit dadb13f

Please sign in to comment.