Migrated from Prettier to Oxfmt in some of my projects. Oxfmt is blazingly fast!
https://oxc.rs/docs/guide/usage/formatter/migrate-from-prettier.html
Migrated from Prettier to Oxfmt in some of my projects. Oxfmt is blazingly fast!
https://oxc.rs/docs/guide/usage/formatter/migrate-from-prettier.html
[Oxfmt 베타 출시
Oxfmt는 Rust 기반의 고성능 코드 포매터로, Prettier 대비 30배 이상, Biome 대비 3배 빠른 속도를 자랑합니다. 다양한 파일 포맷을 지원하며, 이미 여러 오픈소스 프로젝트에서 채택되었습니다. VS Code, Cursor, Zed, IntelliJ IDEA, Neovim 등 다양한 에디터와 호환되며, 향후 Prettier 플러그인 지원, 포맷 개선, 안정성 강화 등을 계획하고 있습니다.
Git-хуки, которые не дают коммитить плохой код
Здравствуйте, коллеги программисты! Большинство фейлов в CI — это мелочи: забытый console.log , форматирование, линт, сломанный импорт, файл без теста. Такие ошибки не должны доезжать до сборки или код-ревью. Git-хуки позволяют запускать проверки прямо во время git commit и блокировать коммит, если были обнаружены нарушения. В прошлой статье я рассказывал про скрипты, которые я использую для проверки качества кода в PHP/Laravel. В этой статье я хочу рассказать о скриптах для JavaScript/TypeScript и Python — линтинг, форматирование, тесты, статический анализ и проверка наличия тестов. Все скрипты описанные в статье находятся здесь - https://github.com/prog-time/git-hooks
https://habr.com/ru/articles/993870/
#линтер #git_hooks #javascript #python #eslint #prettier #tsc #vitest #mypy #pytest
CVE Alert: CVE-2025-54313 - prettier - eslint-config-prettier - https://www.redpacketsecurity.com/cve-alert-cve-2025-54313-prettier-eslint-config-prettier/
#OSINT #ThreatIntel #CyberSecurity #cve-2025-54313 #prettier #eslint-config-prettier
I used to be team #Prettier, and now I'm team #Biome, because secretly I'm team "best tool for the job".
Prettier solved the human part of the problem: you should not waste a single second on "what style to write in", you just write working code and hit "auto-format".
Done.
Biome solves the problem with trying to auto format JS *using* JS. Instead it does it literal orders of magnitude faster because it's a compiled bytecode executable.
You don't need an entire JS engine just to lint JS.
A fake version of the popular “Prettier – Code formatter” extension on the #VSCode Marketplace was found delivering Anivia Stealer, targeting Windows users to steal credentials and sensitive data.
Read: https://hackread.com/prettier-extension-vscode-marketplace-anivia-stealer/
#CyberSecurity #Malware #Brandjacking #AniviaStealer #Prettier
Přešel jsem z Prettieru na Biome. Trvalo to 10 minut a dělá to totéž, akorát rychleji. Pěkné.
Jediná zrada byla, že ve výchozím nastavení to dělá taby místo mezer, trochu se mi při tom zježily chlupy, ale stačí to přepnout.
When measuring yourself against your partner, which traits do you prefer to have compared with your significant other? A survey that forced people to choose has found that men and women have different preferences when it comes to being smarter, funnier or more attractive
Birth of Prettier, by @vjeux.bsky.social:
https://blog.vjeux.com/2025/javascript/birth-of-prettier.html