When I run `eslint` on a component source with its name property set to a var, I get the error: ``` TypeError: Cannot read property 'startsWith' of undefined ``` For example, ```js const EVENT_SOURCE_NAME = "New Issue (Instant)"; module.exports = { type: "source", name: EVENT_SOURCE_NAME, ``` See [this Slack thread](https://pipedream-users.slack.com/archives/C01E5KCTR16/p1652291430193679) for additional context.