Jan 8, 2024
- Remove 'multiline-ternary' rule of ESLint for Nestjs.
- Add 'no-nested-ternary' rule of ESLint for Nest.
Jan 3, 2024
- Added support for the Angular( @vc-vishakha in #7 )
- Added support for the Nestjs( @vc-lbmadesia in #5 ).
- Added Documentation for configs in Angular, Next js and Nest js.
Dec 8, 2023
- Update VS Code settings to use LF (line feed) as end of line (EOL)
Nov 24, 2023
- Added a curated list of recommended Visual Studio Code (VSCode) extensions to enhance development workflow and productivity. (@palaklive in #3)
- Enhance TypeScript function return type flexibility. (@raj-vc in #3)
Nov 16, 2023
- Integrated
ESLint
with standard rules for consistent code quality. - Implemented
Prettier
for automatic code formatting and style consistency. - Introduced
Husky
Git hooks for pre-commit and pre-push checks. - Added
Lint Staged
to validate staged changes against coding standards. - Provided optimized VS Code configuration for seamless development.