Maintenance: apply automated lint/formatting rules to packages/idempotency
#1449
Closed
1 of 2 tasks
Labels
automation
This item relates to automation
completed
This item is complete and has been merged/shipped
idempotency
This item relates to the Idempotency Utility
internal
PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)
Summary
At the moment the project uses
eslint
to lint and apply linting and code style rules across the project.While this has helped immensely, as the codebase and number of contributors grow, it's time to enforce automated formatting so that styling and other rules are applied automatically.
In #1430 it has been decided to add
prettier
to the project and this issue is part of a series of tasks aimed at doing so.Why is this needed?
To enforce styling conventions and format the code automatically before it's committed/pushed.
Which area does this relate to?
Automation
Solution
Create the
.eslintrc.js
below in the directory, then fix all problems & commit.Acknowledgment
Future readers
Please react with 👍 and your use case to help us understand customer demand.
The text was updated successfully, but these errors were encountered: