Sfoglia il codice sorgente

Add module to eslint global

Andrew Swistak 6 anni fa
parent
commit
3a70dbfac1
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .eslintrc.js

+ 1 - 0
.eslintrc.js

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