We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 725d395 commit 1097be6Copy full SHA for 1097be6
.ncurc.js
@@ -2,6 +2,7 @@ module.exports = {
2
upgrade: true,
3
reject: [
4
// Block package upgrades that moved to ESM
5
- 'nanoid'
+ 'nanoid',
6
+ 'eslint-config-prettier'
7
]
8
};
0 commit comments