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
Noticed that echo doesn't support linting and in PRs like this where we might miss a comma in the JSON we don't get a failure from CI or anywhere and it might cause issues.
We could introduce eslint and this plugin eslint-plugin-jsonc to prevent this from happening and we could also add this as a CI check step
The text was updated successfully, but these errors were encountered:
Description
Noticed that echo doesn't support linting and in PRs like this where we might miss a comma in the JSON we don't get a failure from CI or anywhere and it might cause issues.
We could introduce eslint and this plugin eslint-plugin-jsonc to prevent this from happening and we could also add this as a CI check step
The text was updated successfully, but these errors were encountered: