diff --git a/.eslintrc b/.eslintrc index 912b14485..d676eea47 100644 --- a/.eslintrc +++ b/.eslintrc @@ -118,7 +118,8 @@ "import/resolver": "webpack", "import/core-modules": [ "fs", - "path" + "path", + "crypto" ] }, "parserOptions": {