Skip to content

Commit 86de425

Browse files
committed
bump vitest, fix lint
1 parent 2508b9f commit 86de425

3 files changed

Lines changed: 1195 additions & 731 deletions

File tree

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@
8585
{
8686
"files": "*.spec.ts",
8787
"rules": {
88-
"n/no-unsupported-features/node-builtins": 0
88+
"n/no-unsupported-features/node-builtins": 0,
89+
"n/no-unpublished-import": 0
8990
}
9091
}
9192
]

0 commit comments

Comments
 (0)