Add configuration files for ESLint, Prettier, set up CI workflow and Husky pre-commit hooks#22
Merged
Merged
Conversation
…typescript,zustand,prettier,es-lint,tailwind,tanstack-router
0720afc to
bee6b7e
Compare
jwinston-bn
reviewed
May 13, 2025
bee6b7e to
634dde0
Compare
634dde0 to
68ba0b9
Compare
68ba0b9 to
181723d
Compare
brianineza01
previously approved these changes
May 13, 2025
…ow and Husky pre-commit hooks
181723d to
5ad8f0a
Compare
brianineza01
approved these changes
May 14, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #13
Changelog
ESLint and TypeScript Configuration
plugin:@typescript-eslint/strictfor enhanced type checkingeslint-plugin-unused-importsto automatically remove unused importsno-non-null-assertion: Upgraded to errorno-explicit-any: Upgraded to errorno-floating-promises: Upgraded to errorno-unnecessary-conditionprefer-nullish-coalescingandprefer-optional-chainimport/firstimport/newline-after-importimport/no-useless-path-segmentsimport/no-cycleVS Code Integration
Project Configuration
.nvmrcfor Node.js version management (v20.10.0).gitignorefor React/Vite/Tailwind stackrollup-plugin-visualizerDeveloper Experience
lint:fix: Fix ESLint issuesformat:check: Verify formattingbuild:analyze: Analyze bundle size