| Index: .eslintrc.json |
| diff --git a/.eslintrc.json b/.eslintrc.json |
| index 0756430ac8d3127e1c7e920d1079ca6768bf3e42..f5a406e5c25c20d0b4617e2714fe89bb94ab60c9 100644 |
| --- a/.eslintrc.json |
| +++ b/.eslintrc.json |
| @@ -9,6 +9,8 @@ |
| "exports": true, |
| "ext": true, |
| "module": true, |
| - "require": true |
| + "require": true, |
| + "process": true, |
| + "__dirname": true |
| } |
| } |