prettier
black


prettier | black | |
---|---|---|
481 | 339 | |
50,413 | 40,227 | |
0.4% | 0.6% | |
9.8 | 8.8 | |
5 days ago | about 14 hours ago | |
JavaScript | Python | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
prettier
-
🚀 Biome Has Entered the Chat: A New Tool to Replace ESLint and Prettier
If you’ve ever set up a JavaScript or TypeScript project, chances are you've spent way too much time configuring ESLint, Prettier, and their dozens of plugins. We’ve all been there — fiddling with .eslintrc, fighting with formatting conflicts, and installing what feels like half the npm registry just to get decent code quality tooling.
-
Mastering JavaScript Syntax with the Help of AI
Use tools like Prettier to reformat code when things get messy.
-
30 Best Free Tools for Frontend Developers in 2025
Website: prettier.io
-
Matanuska ADR 017 - Vitest, Vite, Grabthar, Oh My!
Unfortunately, this did mean that configuration began to sprawl. At this point, I had configurations not just for Vite (shared with Vitest) and tsc, but also for Prettier, ESLint and even ShellCheck. Many of these files had shared settings that needed to match each other. This was somewhat manageable, until Vite was also in the mix.
-
How to Set Up ESLint, Prettier, and Husky in Next.js ?
2. Prettier Website : https://prettier.io/ Prettier is the opinionated code formatter that automatically formats your code to make it consistent and readable.it supports so many languages.
- The Only 20 VS Code Extensions Web Developers Will Need in 2025
-
Format Your Code Using Prettier Like a Pro
Prettier can be configured and run in multiple ways. In this example, I’ll demonstrate how to set up Prettier with a Git hook for automation in VS Code. For more examples and configurations, visit Prettier’s documentation.
-
Decoding JavaScript: A Guide to Deobfuscation
Format the code: Tools like Prettier or the JavaScript beautifier can format obfuscated code.
-
What is Evan You doing by creating VoidZero, and what are the issues with JS toolchains?
The commonly used ones in this section are ESLint and Prettier, but there are also some confusion in their usage
-
My QA Tech Stack in 2025
VS Code is my preferred IDE and I recommend it to my team. Additionally, we use Prettier to enforce consistent, clean code style across our projects.
black
-
Nix-Powered Python Development
These requirements are not too uncommon. I have seen many projects with similar setup, with alternatives such as tox instead of nox, or black and pylint instead of ruff, etc.
-
Nix Flake Templates
Use black and isort for formatting.
-
Ruff and Ready: Linting Before the Party
black as a formatter,
-
Amazing `pre-commit` and How To Use It
repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0 # Use the desired revision hooks: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/psf/black rev: 23.1.0 # Use the appropriate version for your project hooks: - id: black - repo: https://github.com/pycqa/flake8 rev: 6.0.0 hooks: - id: flake8
-
Ruff: Python linter and code formatter written in Rust
> I appreciate that Black annoyed everyone on our team about the same amount but in different ways.
If it did affect people equally, it would be great. Unfortunately, spaces for indentation is an accessibility issue and the Black maintainers are hostile to making this configurable. Normally I am in agreement about minimising configurability, but this isn’t a matter of taste, it is making the Python ecosystem more difficult for some disabled people to participate in.
https://github.com/psf/black/issues/2798
Fortunately, Ruff makes this configurable, so you don’t have to choose between autoformatting and accessibility any more.
-
Just use this Next.js Eslint Configuration
XO. This feels like the Black of Typescript linting. XO has styles for everything and is very opinionated. This can be nice, because it takes a lot of code style decisions off of your plate. But beware it can be cumbersome to implement in the middle of a project because it will require extensive reformatting. In lieu of XO, I found Unicorn opinionated enough and more immediately useful.
-
Enhancing Code Quality: Adding Formatters and Linters to Code-Formatter-Advisor
Black (Python Code Formatter) - Black is a widely used opinionated Python code formatter that helps standardize the look of Python code. Its primary advantage is that it eliminates arguments over style, helping teams stay productive.
- Hacktoberfest 2024: 3rd Contribution
- Black – The uncompromising Python code formatter
-
Setting Up a Comprehensive Python Build Validation Pipeline in Azure DevOps
repos: - repo: https://github.com/psf/black rev: 22.3.0 hooks: - id: black args: [--line-length=79] - repo: https://github.com/PyCQA/isort rev: 5.10.1 hooks: - id: isort - repo: https://github.com/PyCQA/flake8 rev: 4.0.1 hooks: - id: flake8
What are some alternatives?
ESLint - Find and fix problems in your JavaScript code.
yapf - A formatter for Python files
JS-Beautifier - Beautifier for javascript
ruff - An extremely fast Python linter and code formatter, written in Rust.
JSHint - JSHint is a tool that helps to detect errors and potential problems in your JavaScript code
autopep8 - A tool that automatically formats Python code to conform to the PEP 8 style guide.

