diff --git a/.eslintrc.json b/.eslintrc.json index 84bfb0c..03f18e0 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -9,6 +9,9 @@ "parserOptions": { "ecmaVersion": 13 }, + "settings": { + "import/core-modules": ["electron"] + }, "ignorePatterns": ["test/"], "rules": { "prettier/prettier": "error",