Closed jarmentor closed 8 months ago
Opening a PR for #35.
I believe that this configuration keeps to the standard previously set in the codebase while accounting for the concerns mentioned in the issue
This PR contains a particularly large amount of changes due to formatting adjustments having been applied across the codebase.
lint
lint:fix
prettier
prettier:fix
preflight
preflight:fix
Please let me know of any feedback or tweaks to this configuration after your review. Thanks!
Opening a PR for #35.
I believe that this configuration keeps to the standard previously set in the codebase while accounting for the concerns mentioned in the issue
This PR contains a particularly large amount of changes due to formatting adjustments having been applied across the codebase.
Summary
Additional Scripts: client and server package.json scripts added:
lint
- runs eslint on the client directorylint:fix
- runs eslint on the client directory fixing the fixable issuesprettier
- runs prettier on the client directoryprettier:fix
- runs prettier on the client directory fixing the fixable issuespreflight
- runs eslint and prettier on the client directorypreflight:fix
- runs eslint and prettier on the client directoryNotes:
Please let me know of any feedback or tweaks to this configuration after your review. Thanks!