Commit graph

6 commits

Author SHA1 Message Date
e884c58310 fix(src/brainyData): enforce consistent formatting and improve code readability
Applied consistent formatting adjustments across `src/brainyData.ts`, including line breaks, parentheses, and object destructuring. These changes enhance code readability, maintainability, and alignment with the project's style guidelines without altering functionality.
2025-06-26 10:56:29 -07:00
95be23362a fix(src/index): enforce consistent formatting and adjust code structure
Applied consistent formatting adjustments throughout `src/index.ts`, including line breaks, object destructuring, and type exports. Improved code readability and alignment with project style guidelines. These changes maintain existing functionality without introducing behavioral changes.
2025-06-26 10:56:14 -07:00
cbf025dffb fix(src/storage): enforce consistent formatting and improve code readability
Applied consistent formatting adjustments, including line breaks, parentheses, and object destructuring. These changes enhance code readability and maintainability while preserving existing functionality.
2025-06-26 10:49:07 -07:00
cacd1790dc fix(src/augmentations): enforce consistent formatting and improve code readability
Applied consistent formatting to align with the project's style guidelines, including adjustments to line breaks, parentheses, and object destructuring. These changes enhance code readability and maintainability without altering functionality.
2025-06-26 10:48:49 -07:00
47ba4f4093 fix(src/augmentationPipeline): remove redundant semicolons and enforce consistent formatting
Made code more concise by removing unnecessary semicolons and adjusting the code formatting to align with the project's style. Improved readability and maintainability.
2025-06-26 10:48:10 -07:00
5a8a6c1ba3 Initial commit 2025-06-24 11:41:30 -07:00