-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup all the config files #13 #17
base: rmenner/dev-command
Are you sure you want to change the base?
Conversation
Reviewer's Guide by SourceryThis PR sets up the project's configuration files and development environment. The changes include setting up ESLint with Prettier integration, configuring GitHub workflows and settings, adding package.json configurations, and establishing project documentation and license files. Class diagram for updated ESLint configurationclassDiagram
class ESLintConfig {
+languageOptions: Object
+rules: Object
}
class BabelParser {
+requireConfigFile: Boolean
+babelOptions: Object
}
ESLintConfig --> BabelParser : uses
note for ESLintConfig "Updated to use Babel parser and Prettier plugin"
note for BabelParser "Configured with @babel/preset-env"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @rmenner - I've reviewed your changes - here's some feedback:
Overall Comments:
- The 'Type: UI Update' label in settings.yml has 'dependencies' listed as an alias which seems incorrect and should probably be removed or replaced with UI-related aliases
Here's what I looked at during the review
- 🟡 General issues: 1 issue found
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟡 Complexity: 1 issue found
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
e219e17
to
ad509bd
Compare
Summary by Sourcery
Set up and update various configuration files, including GitHub settings, workflows, and package.json, to improve project structure and documentation. Add a README.md file to provide comprehensive usage instructions for the Auro CLI.
New Features:
Enhancements:
CI:
Documentation: