You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered: