Skip to content

Commit 09eca29

Browse files
committed
fix: ignore node-fetch depalign
1 parent dcdec0b commit 09eca29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.depalignrc.json

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
"@typescript-eslint/parser": [
2121
"^5.59.0",
2222
"^4.33.0"
23+
],
24+
"node-fetch": [
25+
"^3.3.2",
26+
"2.6.12"
2327
]
2428
}
2529
}

0 commit comments

Comments
 (0)