Skip to content

Conversation

@kate-atherton
Copy link
Collaborator

  • Installs eslint, prettier and husky
  • Adds format and lint scripts
  • Applies new formatting and linting fixes
  • Adds pre-commit and pre-push hooks to ensure code quality

Copy link
Owner

@jakec-github jakec-github left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice stuff. One comment to address

@@ -0,0 +1,4 @@
{
"singleQuote": true,
"trailingComma": "none"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer trailingComma was set to "always" or equivalent. It better matches the existing code and works well with auto-formatting tools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants