diff options
author | Julien Dessaux | 2023-01-02 20:25:51 +0100 |
---|---|---|
committer | Julien Dessaux | 2023-01-02 20:26:30 +0100 |
commit | 0eaad219114239b693a68110a42b984a4f4f5b29 (patch) | |
tree | f7dec8d1e0ae644caeaadca89a69f88a3a241478 /.eslintrc.json | |
parent | Began adding tests (diff) | |
download | jeux-de-mots-0eaad219114239b693a68110a42b984a4f4f5b29.tar.gz jeux-de-mots-0eaad219114239b693a68110a42b984a4f4f5b29.tar.bz2 jeux-de-mots-0eaad219114239b693a68110a42b984a4f4f5b29.zip |
Continue adding tests
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" |