| Index: .eslintrc.json |
| diff --git a/.eslintrc.json b/.eslintrc.json |
| index 3742233793c9308f1ca006a91ae52c2e0193d07e..0756430ac8d3127e1c7e920d1079ca6768bf3e42 100644 |
| --- a/.eslintrc.json |
| +++ b/.eslintrc.json |
| @@ -8,6 +8,7 @@ |
| "globals": { |
| "exports": true, |
| "ext": true, |
| + "module": true, |
| "require": true |
| } |
| } |