Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
coverage
4 changes: 3 additions & 1 deletion .ncurc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Add a comment indicating the reason for each rejected dependency upgrade added to this list, and what should be done to resolve it (i.e. handle it through a story, etc).
reject: [
"eslint" # typescript-eslint v7 only supports eslint v8
"eslint", # typescript-eslint v7 only supports eslint v8
"@typescript-eslint/eslint-plugin", # eslint-plugin-import v2 only supports eslint v8
"@typescript-eslint/parser", # eslint-plugin-import v2 only supports eslint v8
]
Loading