You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're careful with our templating of the Gantry environment names because they could contain characters like - that are not valid in JavaScript dot notation:
We're careful with our templating of the Gantry environment names because they could contain characters like
-
that are not valid in JavaScript dot notation:skuba/template/koa-rest-api/src/config.ts
Line 45 in 8f862f5
The unfortunate side effect is that simple environment names fail initial lint because they should use dot notation:
The text was updated successfully, but these errors were encountered: