
Refined GitHub
Board for Github
GitZip
Enhanced GitHub
GitHub Hovercard
GitHub
GitHub File Icon
Octotree
ESLint
Prettier
CodeClimate
Tailwind CSS
SonarQube
Next.js
VS Code
Codacy
Refined GitHub
ESLintNo Refined GitHub videos yet. You could help us improve this page by suggesting one.
Based on our record, ESLint seems to be a lot more popular than Refined GitHub. While we know about 298 links to ESLint, we've tracked only 17 mentions of Refined GitHub. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
There's already something like this for GitHub: https://github.com/refined-github/refined-github. - Source: Hacker News / 2 months ago
The refined github extension[0] has some defaults that make the default view a little more tolerable. Past that I can personally recommend Renovate, which supports far more ecosystems and customisation options (like auto merging). [0]: https://github.com/refined-github/refined-github. - Source: Hacker News / 4 months ago
Refined-GitHub > Highlights > Adding comments: https://github.com/refined-github/refined-github#writing-comments. - Source: Hacker News / 9 months ago
Refined GitHub addresses these issues with a lot of improvements that can make GitHub more productive. Some great features that it has:. - Source: dev.to / about 1 year ago
The Refined GitHub extension [1] automatically hides comments that add nothing to the discussion. [2] [1] https://github.com/refined-github/refined-github. - Source: Hacker News / about 1 year ago
Is this reasoning, or measurement? If measurement, push it to a deterministic tool. Sonar, Spotless, Ruff, ESLint, coverage gates, pre-commit hooks, complexity calculators. Write a script if no tool exists. That's how just lint got built, and that's the Unix-philosophy move for agentic coding. Hooks fire on tool calls; CI fires on PRs; pre-commit fires on commit. Pick the cheapest layer that catches the failure... - Source: dev.to / about 1 month ago
137Foundry provides legacy modernization services that include dependency mapping as a foundational assessment phase. Prettier and ESLint are useful companion tools for enforcing code style consistency as the refactoring proceeds. Node.js and Python.org official documentation are authoritative references for understanding the import and module systems of those runtimes. - Source: dev.to / about 2 months ago
Prettier and ESLint are useful tools for establishing consistent code style as a baseline before starting structural refactoring - style differences in a diff make behavioral changes harder to spot. OWASP provides useful checklists for security-critical code review that apply directly to the critical path review step. - Source: dev.to / about 2 months ago
Splitting for file length alone, splitting before a pattern appears at least twice, and splitting in ways that produce tightly coupled pairs of components are the patterns most worth avoiding. ESLint with the react-hooks plugin helps catch when extracted hooks still have too many concerns, by flagging dependency arrays that have grown unwieldy. - Source: dev.to / about 2 months ago
ESLint is a standard part of the JavaScript and TypeScript toolchain. The eslint-plugin-react-hooks plugin, which is maintained by the React team, adds two rules specifically for React: rules-of-hooks enforces the rules of hooks at the call site level, and exhaustive-deps flags missing or unnecessary dependencies in useEffect, useMemo, and useCallback. - Source: dev.to / about 2 months ago
Board for Github - A webview based GitHub project app with native features
Prettier - An opinionated code formatter
GitZip - Download or create a download link for a GitHub project folder/sub-folder or file.
CodeClimate - Code Climate provides automated code review for your apps, letting you fix quality and security issues before they hit production. We check every commit, branch and pull request for changes in quality and potential vulnerabilities.
Enhanced GitHub - :rocket: Chrome extension to display size of each file, download link and copy file contents directly to clipboard - softvar/enhanced-github
Tailwind CSS - A utility-first CSS framework for rapidly building custom user interfaces.