diff --git a/build/config/eslint.json b/build/config/eslint.json index e2ce9281a..1c1b9dd36 100644 --- a/build/config/eslint.json +++ b/build/config/eslint.json @@ -29,6 +29,7 @@ "no-underscore-dangle": "off", "quotes": "off", "semi": "off", + "import/no-unresolved": ["error", {"ignore": ["nylas-exports"]}], "react/no-multi-comp": "off", "react/prop-types": ["error", {"ignore": ["children"]}], "react/sort-comp": "error"