docs: add rule documentation for 89 rules#490
Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request significantly enhances the project's documentation by introducing detailed Markdown files for 85 linting rules. This effort aims to improve developer understanding and adherence to coding standards by providing clear explanations, practical examples, and direct references for rules originating from Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request adds markdown documentation for a large number of ESLint and typescript-eslint rules. The documentation for each rule is well-structured, providing a clear explanation, examples of incorrect and correct code, and a link to the original documentation. The new documentation is comprehensive and well-written. I have one suggestion to improve the clarity of the code examples for the no-cond-assign rule.
83ccbe3 to
822fed4
Compare
…t rules Add markdown documentation files for ~100 lint rules covering: - 17 ESLint core rules (no-debugger, no-const-assign, etc.) - ~80 @typescript-eslint rules (no-explicit-any, no-floating-promises, etc.) - 2 eslint-plugin-import rules (no-self-import, no-webpack-loader-syntax) Each doc includes rule description, correct/incorrect code examples, and link to the original upstream documentation.
822fed4 to
c1db84c
Compare
Summary
Add markdown documentation for 89 lint rules (eslint, typescript-eslint, import plugin)
Related Links
Checklist