Index: test/.eslintrc.json |
diff --git a/qunit/.eslintrc.json b/test/.eslintrc.json |
similarity index 51% |
copy from qunit/.eslintrc.json |
copy to test/.eslintrc.json |
index 99022c703d25cbcbe23b615601a1f5c08539f8de..7eeefc33b66c055f211388c46d17b50c45db7c25 100644 |
--- a/qunit/.eslintrc.json |
+++ b/test/.eslintrc.json |
@@ -1,5 +1,5 @@ |
{ |
Sebastian Noack
2018/09/01 12:26:33
Huh? It looks above that you moved this file from
tlucas
2018/09/01 14:46:44
I wondered as well - but the file is still there (
|
"env": { |
- "qunit": true |
+ "mocha": true |
} |
} |