Releases: vcian/lint-sage
Releases · vcian/lint-sage
2.1.0
- add interface naming convention rule for
Nest JS
by @vc-lbmadesia in #17 - remove mix-operator rule for
Nest JS
by @vc-lbmadesia in #17 - change max-length from 200 to 120 for
Nest JS
by @vc-lbmadesia in #17 - add es5 value in trailing comma for
Nest JS
by @vc-lbmadesia in #17
2.0.2
2.0.1
- Remove the 'multiline-ternary' rule of ESLint for Nestjs by @vc-lbmadesia in #13
- Add the 'no-nested-ternary' rule of ESLint for Nest. @vc-lbmadesia in #13
2.0.0
- Added support for the Angular @vc-vishakha #7
- Added support for the Nestjs @vc-lbmadesia #5
- Added Documentation for configs in Angular, Next js and Nest js.
1.1.1
1.1.0
1.0.5
- 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.