This feature adds automated checks for Lint and Prettier configuration files within projects on the Vitality platform. If these configurations exist, the feature will automatically execute the corresponding linting and formatting tools, ensuring code quality and consistency.
🚀 Motivation
Enforce Code Style.
Improve Code Quality.
Promote Best Practices.
📝 Proposed Solution
Create new Auditor
Implement a mechanism to detect the presence of Lint (e.g., ESLint, Stylelint) and Prettier configuration files (e.g., .eslintrc.js, .prettierrc) within projects on the platform.
If configuration files are found, automatically trigger the execution of the corresponding linting and formatting tools (e.g., eslint, stylelint, prettier).
Capture the output of the linting and formatting tools, including any errors, warnings, or code changes.
✨ Description
This feature adds automated checks for Lint and Prettier configuration files within projects on the Vitality platform. If these configurations exist, the feature will automatically execute the corresponding linting and formatting tools, ensuring code quality and consistency.
🚀 Motivation
📝 Proposed Solution
🔗 Relevant Links (if any)