Posts

Post not yet marked as solved
3 Replies
What I meant was, when we use a linter like eslint, it does not recognise these global functions because they're only loaded after the app is launched. So I was checking to see if there was a package for such purpose. Anyways, I was able to solve the lint errors by adding all the known undefs in .eslintrc globals array.