Forráskód Böngészése

Add module to eslint global

Andrew Swistak 6 éve
szülő
commit
3a70dbfac1
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      .eslintrc.js

+ 1 - 0
.eslintrc.js

@@ -11,6 +11,7 @@ module.exports = {
     },
   },
   globals: {
+    module: true,
     shallow: true,
     render: true,
     mount: true,