Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

Commit 3d419a1

Browse files
committed
feat: add .ncurc.json configuration file to manage package rejection
1 parent c52b44b commit 3d419a1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.ncurc.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"reject": [
3+
"why-eslint: https://github.com/typescript-eslint/typescript-eslint/issues/11732",
4+
"eslint",
5+
"@eslint/js"
6+
]
7+
}

0 commit comments

Comments
 (0)