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
Is your feature request related to a problem? Please describe.
The JS client is being created, and there is some code being produced. Most of the PR Review comments at this early stage can be addressed through following a proper style guide. Enforcing a standard lint library along with test with coverage and pre-commit hooks helps developer productivity and maintains high standard in code.
Describe the outcome you'd like:
Enable support for:
ESLint, with Prettify plugin (for code style and lint)
Jest (for testings)
Husky (for pre-commit hooks)
The text was updated successfully, but these errors were encountered:
We decided it made most sense to look at what does currently the Python Client enforce with Black, and then look at most used external facing Javascript projects (eg: Ease Web, Creditwise, etc).
I will compile a list of equivalent rules, and we can have discussion on those as we move along.
Is your feature request related to a problem? Please describe.
The JS client is being created, and there is some code being produced. Most of the PR Review comments at this early stage can be addressed through following a proper style guide. Enforcing a standard lint library along with test with coverage and pre-commit hooks helps developer productivity and maintains high standard in code.
Describe the outcome you'd like:
Enable support for:
The text was updated successfully, but these errors were encountered: