Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
https-github-com-okeamah
/
prettier
Public
forked from
OKEAMAH/prettier
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
prettier
src
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 24, 2024
Simplify `hasGitDiffFriendlyOrderedList` (#16426)
fisker
authored
abab7e0
View commit details
Copy full SHA for abab7e0
View code at this point
Browse repository at this point
Commits on Jun 18, 2024
Add parens for nullish coalescing in tenary (#16391)
Show description for 988b43b
cdignam-segment
and
fisker
authored
988b43b
View commit details
Copy full SHA for 988b43b
View code at this point
Browse repository at this point
Remove `isLastNode` in favor of `AstPath#isLast` (#16383)
fisker
authored
09b32a4
View commit details
Copy full SHA for 09b32a4
View code at this point
Browse repository at this point
Minor refactor to `printCallExpression` (#16396)
fisker
authored
35cc36c
View commit details
Copy full SHA for 35cc36c
View code at this point
Browse repository at this point
Import `diff` directly (#16397)
fisker
authored
90f27a8
View commit details
Copy full SHA for 90f27a8
View code at this point
Browse repository at this point
Commits on Jun 17, 2024
Use `Array#findLastIndex` (#16384)
fisker
authored
6d265ec
View commit details
Copy full SHA for 6d265ec
View code at this point
Browse repository at this point
Update resolveConfig doc comment (#16400)
alex12058
authored
f3c2dbd
View commit details
Copy full SHA for f3c2dbd
View code at this point
Browse repository at this point
Enable `require-unicode-regexp` and `regexp/strict` rule (#16408)
fisker
authored
c03a12a
View commit details
Copy full SHA for c03a12a
View code at this point
Browse repository at this point
Commits on Jun 14, 2024
Switch `PUNCTUATION_REGEXP` to use RegExp with `u` directly (#15621)
fisker
authored
d6daeec
View commit details
Copy full SHA for d6daeec
View code at this point
Browse repository at this point
Revert "Revert "Switch `kRegex` to use RegExp with `u` directly"" (#15644)
Show description for ccde7ca
fisker
authored
ccde7ca
View commit details
Copy full SHA for ccde7ca
View code at this point
Browse repository at this point
Transform `@typescript-eslint/*` to ESM (#16402)
fisker
authored
df8604b
View commit details
Copy full SHA for df8604b
View code at this point
Browse repository at this point
Commits on Jun 13, 2024
Update `typescript-eslint` to v8 (#16333)
fisker
authored
8f33827
View commit details
Copy full SHA for 8f33827
View code at this point
Browse repository at this point
Remove unused Babel parser plugins (#16392)
liuxingbaoyu
authored
32c4cd3
View commit details
Copy full SHA for 32c4cd3
View code at this point
Browse repository at this point
Commits on Jun 11, 2024
chore(deps): update typescript-eslint to v7.13.0 (#16376)
Show description for c3d0b7f
renovate[bot]
and
fisker
authored
c3d0b7f
View commit details
Copy full SHA for c3d0b7f
View code at this point
Browse repository at this point
Fix handlebars path expressions starts with `@` (#16358)
Show description for adcbc8b
3 people
authored
adcbc8b
View commit details
Copy full SHA for adcbc8b
View code at this point
Browse repository at this point
Refactor front matter parsing (#16359)
fisker
authored
16e4de4
View commit details
Copy full SHA for 16e4de4
View code at this point
Browse repository at this point
Commits on Jun 6, 2024
chore(deps): update dependency meriyah to v4.4.4 (#16357)
Show description for d8d4732
renovate[bot]
and
fisker
authored
d8d4732
View commit details
Copy full SHA for d8d4732
View code at this point
Browse repository at this point
Commits on Jun 5, 2024
Avoid line breaks in import attributes (#16349)
Show description for efc3d05
fisker
and
kachkaev
authored
efc3d05
View commit details
Copy full SHA for efc3d05
View code at this point
Browse repository at this point
Use `while (true)` instead of `for (;;)` (#16354)
fisker
authored
4a5b26f
View commit details
Copy full SHA for 4a5b26f
View code at this point
Browse repository at this point
Commits on Jun 4, 2024
Print `AtHead` node from glimmer via `print()` (#16346)
fisker
authored
450b178
View commit details
Copy full SHA for 450b178
View code at this point
Browse repository at this point
Fix `stripTrailingHardline` (#16347)
fisker
authored
b94811f
View commit details
Copy full SHA for b94811f
View code at this point
Browse repository at this point
Preserve explicit language in front matter (#16348)
fisker
authored
5906441
View commit details
Copy full SHA for 5906441
View code at this point
Browse repository at this point
Update eslint-plugin-unicorn to v53 (#16275)
fisker
authored
b26f56b
View commit details
Copy full SHA for b26f56b
View code at this point
Browse repository at this point
Commits on May 28, 2024
Respect `trailingComma` in angular templates (#15926)
Show description for 8a88cdc
fisker
and
sosukesuzuki
authored
8a88cdc
View commit details
Copy full SHA for 8a88cdc
View code at this point
Browse repository at this point
Commits on May 25, 2024
Add newline between markdown footnote definitions (#16063)
Atema
authored
41f1dff
View commit details
Copy full SHA for 41f1dff
View code at this point
Browse repository at this point
Commits on May 11, 2024
Flow: add support for 'implies' type guard variant (#16272)
Show description for fb9f2c1
gkz
and
fisker
authored
fb9f2c1
View commit details
Copy full SHA for fb9f2c1
View code at this point
Browse repository at this point
Flow: add support for inexact tuple types (#16271)
gkz
authored
5a51577
View commit details
Copy full SHA for 5a51577
View code at this point
Browse repository at this point
Fix dynamic import when the module source is a template literal (#16267)
fisker
authored
26f1cd9
View commit details
Copy full SHA for 26f1cd9
View code at this point
Browse repository at this point
Always enable `recordAndTuple` (#16264)
fisker
authored
5518166
View commit details
Copy full SHA for 5518166
View code at this point
Browse repository at this point
Commits on May 10, 2024
feat: add support for `package.yaml` config (#16157)
Show description for da772ff
danielbayley
and
fisker
authored
da772ff
View commit details
Copy full SHA for da772ff
View code at this point
Browse repository at this point
Commits on May 9, 2024
Flow: add support for bigint enums (#16268)
gkz
authored
105bb7b
View commit details
Copy full SHA for 105bb7b
View code at this point
Browse repository at this point
Commits on May 6, 2024
chore(deps): update glimmer to v0.91.1 (#16171)
Show description for 36bdf95
renovate[bot]
and
fisker
authored
36bdf95
View commit details
Copy full SHA for 36bdf95
View code at this point
Browse repository at this point
Commits on Apr 8, 2024
chore(deps): update dependency typescript to v5.4.3 (#16181)
Show description for 5ceeccf
3 people
authored
5ceeccf
View commit details
Copy full SHA for 5ceeccf
View code at this point
Browse repository at this point
Commits on Apr 6, 2024
Correct invalid `fill()` in markdown paragraph print (#16158)
seiyab
authored
063978a
View commit details
Copy full SHA for 063978a
View code at this point
Browse repository at this point
Commits on Apr 4, 2024
Component syntax and related language features printing support (#16191)
Show description for ae8dcc4
SamChou19815
authored
ae8dcc4
View commit details
Copy full SHA for ae8dcc4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.