1
0
painor 5 жил өмнө
parent
commit
cb0b96f064
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      .eslintrc.json

+ 2 - 1
.eslintrc.json

@@ -2,7 +2,8 @@
     "env": {
         "commonjs": true,
         "es6": true,
-        "node": true
+        "node": true,
+        "jest": true
     },
     "extends": ["google","eslint:recommended"],
     "globals": {