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
For better developer experience, we should upgrade the codebase to ES6.
Some notes:
Update eslint config to support ES6 env (done):
we might need to run two separate configs for different sections of the application for a short while. That's far from ideal so we should keep boundaries of ES5/6 as clear as possible (e.g. clientside/serverside).
Smaller the PRs the easier it's to review/test/merge.
Good boundaries for each PR might be app modules as well as clientside/serverside. Serverside changes should probably go in first because that will work out of the box while clientside will need transpiling.
For better developer experience, we should upgrade the codebase to ES6.
Some notes:
eslint
config to support ES6 env (done):eslint --fix
.The text was updated successfully, but these errors were encountered: