Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

37 lines (23 loc) · 1.36 KB

2.0.1

Jan 8, 2024

  • Remove 'multiline-ternary' rule of ESLint for Nestjs.
  • Add 'no-nested-ternary' rule of ESLint for Nest.

2.0.0

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.

1.1.1

Dec 8, 2023

  • Update VS Code settings to use LF (line feed) as end of line (EOL)

1.1.0

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)

1.0.5(Initial Release)

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.