diff options
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 3eb8a99..8be50d1 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -22,8 +22,7 @@ "error", "unix" ], - "node/no-missing-import": ["error", {"allowModules": ["ava"]}], - "node/no-unpublished-import": ["error", {"allowModules": ["ava", "supertest"]}], + "node/no-unpublished-import": ["error", {"allowModules": ["vitest", "supertest"]}], "quotes": [ "error", "double" |