Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.64 KB

File metadata and controls

52 lines (32 loc) · 1.64 KB

2.1.0

Feb 19, 2024

  • add interface naming convention rule for nestjs
  • remove mix-operator rule for Nest.
  • change max-length from 200 to 120
  • add es5 value in trailingComma

2.0.2

Jan 9, 2024

  • Fix the double quotation issue in the commands scripts.lint and scripts.prepare

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.