summaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorJulien Dessaux2023-01-01 23:23:57 +0100
committerJulien Dessaux2023-01-02 20:26:28 +0100
commit3acf783d948ebb1907da875ef87b0da9ef2309ff (patch)
tree06b805fab10e638a9f5e66714ef4a29b6409c1e7 /.eslintrc.json
parentRefactored game creation (diff)
downloadjeux-de-mots-3acf783d948ebb1907da875ef87b0da9ef2309ff.tar.gz
jeux-de-mots-3acf783d948ebb1907da875ef87b0da9ef2309ff.tar.bz2
jeux-de-mots-3acf783d948ebb1907da875ef87b0da9ef2309ff.zip
Began adding tests
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 568bd69..3eb8a99 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -22,6 +22,8 @@
"error",
"unix"
],
+ "node/no-missing-import": ["error", {"allowModules": ["ava"]}],
+ "node/no-unpublished-import": ["error", {"allowModules": ["ava", "supertest"]}],
"quotes": [
"error",
"double"