From 7ad86129d1110da39aa40432d18aa33db89ac33e Mon Sep 17 00:00:00 2001 From: Andrew O'Brien Date: Mon, 18 Jun 2018 13:58:48 -0400 Subject: [PATCH] Adds eslint settings to ignore mocha/chai --- .eslintrc.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 362b36be..aec22f85 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,11 +1,12 @@ { "env": { "browser": true, - "node": true + "node": true, + "mocha": true }, - "globals": { - "lunr": true + "lunr": true, + "assert": true }, "extends": "eslint:recommended", @@ -25,7 +26,7 @@ "attrs", "tf", "idf", "lookups", "whitelist", "whitelisted", "tokenizer", "whitespace", "automata", "i", "obj", "anymore", "lexer", "var", "refs", "serializable", "tis", "twas", "int", "args", "unshift", "plugins", "upsert", - "upserting", "readonly", "baz", "tokenization" + "upserting", "readonly", "baz", "tokenization", "lunrjs", "com" ] } ],