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
Set up eslint and an .editorconfig file similar to the react apps and digital platform.
Maintaining a consistent coding style across projects makes it easier for developers to move between them and eases code review on PRs by eliminating "noise" changes caused by differing developer's having different default settings in their editors (e.g. different line endings, trailing spaces, etc.).
Basically this needs a .editorconfig, a prettierrc and a linter config.
Set up eslint and an .editorconfig file similar to the react apps and digital platform.
Maintaining a consistent coding style across projects makes it easier for developers to move between them and eases code review on PRs by eliminating "noise" changes caused by differing developer's having different default settings in their editors (e.g. different line endings, trailing spaces, etc.).
Basically this needs a .editorconfig, a prettierrc and a linter config.
Resources:
Prerequisites
Sub-Tasks
Notes
The text was updated successfully, but these errors were encountered: