Skip to content

Commit 90ebedd

Browse files
committed
feat: replace .ncurc.json with .ncurc.js for npm-check-updates configuration. No @photostructure cooldown needed.
1 parent 0b55d36 commit 90ebedd

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

.ncurc.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/** @type {import('npm-check-updates').RunOptions} */
2+
module.exports = {
3+
cooldown: (packageName) => {
4+
return packageName.startsWith("@photostructure/") ? 0 : 7;
5+
},
6+
reject: [
7+
"@eslint/js", // eslint 10 not yet supported by typescript-eslint
8+
"eslint", // eslint 10 not yet supported by typescript-eslint
9+
],
10+
};

.ncurc.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)