[Dev] Eslint: update config (#2200)

This commit is contained in:
Alexander Zinchuk 2022-12-15 19:19:04 +01:00
parent 3b9775e9ec
commit 0782cb1a6b

View File

@ -118,7 +118,8 @@
"import/resolver": "webpack", "import/resolver": "webpack",
"import/core-modules": [ "import/core-modules": [
"fs", "fs",
"path" "path",
"crypto"
] ]
}, },
"parserOptions": { "parserOptions": {