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
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 }}
brainkim
/
prettier
Public
forked from
prettier/prettier
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
tests_integration
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 4, 2019
Teach prettier/graphql about formatting fragment variables. (#6016)
Show description for 7c9823f
adek05
authored and
duailibe
committed
7c9823f
View commit details
Copy full SHA for 7c9823f
View code at this point
Browse repository at this point
Commits on Mar 12, 2019
Support shared Prettier configuration (#5963)
Show description for f32b289
azz
authored
f32b289
View commit details
Copy full SHA for f32b289
View code at this point
Browse repository at this point
Commits on Mar 10, 2019
feat: autoload plugins that are located in `@*/prettier-plugin-* (#5945)
Show description for b383197
Kocal
authored and
azz
committed
b383197
View commit details
Copy full SHA for b383197
View code at this point
Browse repository at this point
Commits on Mar 6, 2019
Add an option to modify when Prettier quotes object properties (#5934)
Show description for f526c47
azz
authored
f526c47
View commit details
Copy full SHA for f526c47
View code at this point
Browse repository at this point
Commits on Feb 20, 2019
Honor stdin-filepath when outputting error messages. (#5878)
luciemdx
authored and
j-f1
committed
ed1db90
View commit details
Copy full SHA for ed1db90
View code at this point
Browse repository at this point
Commits on Feb 5, 2019
Tweak the plugin directory search (#5819)
Show description for 9793154
arcanis
authored and
j-f1
committed
9793154
View commit details
Copy full SHA for 9793154
View code at this point
Browse repository at this point
Commits on Feb 3, 2019
Fixup getSupportInfo for babylon parser prior to 1.16.0 (#5826)
Show description for 2982dcd
azz
authored
2982dcd
View commit details
Copy full SHA for 2982dcd
View code at this point
Browse repository at this point
Commits on Feb 1, 2019
Adds LWC Parser to support unquoted interop attributes (#5800)
Show description for a093bb3
ntotten
authored and
ikatyang
committed
a093bb3
View commit details
Copy full SHA for a093bb3
View code at this point
Browse repository at this point
Commits on Jan 30, 2019
Fix CI detection to avoid unwanted TTY behavior (#5804)
kachkaev
authored and
ikatyang
committed
36aeb4c
View commit details
Copy full SHA for 36aeb4c
View code at this point
Browse repository at this point
Commits on Jan 20, 2019
fix(api): do not report the same deprecation warning more than once (#5774)
Show description for a9fd8e2
ikatyang
authored
a9fd8e2
View commit details
Copy full SHA for a9fd8e2
View code at this point
Browse repository at this point
Commits on Jan 18, 2019
fix: allow plugin instance (#5760) (#5763)
Kingwl
authored and
duailibe
committed
1dea4ef
View commit details
Copy full SHA for 1dea4ef
View code at this point
Browse repository at this point
Commits on Dec 29, 2018
feat: add babel-flow (#5685)
ikatyang
authored
7c4cebe
View commit details
Copy full SHA for 7c4cebe
View code at this point
Browse repository at this point
Commits on Dec 27, 2018
Rename "babylon" with "babel" (#5647)
wuweiweiwu
authored and
ikatyang
committed
91c20f7
View commit details
Copy full SHA for 91c20f7
View code at this point
Browse repository at this point
Commits on Dec 19, 2018
Add --check option (#5629)
kachkaev
authored and
ikatyang
committed
711c6d7
View commit details
Copy full SHA for 711c6d7
View code at this point
Browse repository at this point
Commits on Dec 8, 2018
fix: get rid of CRLF (#5494)
ikatyang
authored
952bc0c
View commit details
Copy full SHA for 952bc0c
View code at this point
Browse repository at this point
Commits on Dec 7, 2018
feat: add mjml extension to html language (#5505)
n1ru4l
authored and
ikatyang
committed
9d1fb93
View commit details
Copy full SHA for 9d1fb93
View code at this point
Browse repository at this point
Commits on Nov 29, 2018
fix(api): normalize file path for `getFileInfo` (#5570)
ikatyang
authored
3fcf69a
View commit details
Copy full SHA for 3fcf69a
View code at this point
Browse repository at this point
Commits on Nov 26, 2018
fix: update editorconfig-to-prettier (#5550)
ikatyang
authored
99a3efa
View commit details
Copy full SHA for 99a3efa
View code at this point
Browse repository at this point
Commits on Nov 23, 2018
ensure --list-different + --write reports status code 0 (#5512)
Show description for e12cd17
outofambit
authored and
j-f1
committed
e12cd17
View commit details
Copy full SHA for e12cd17
View code at this point
Browse repository at this point
Commits on Nov 14, 2018
Fix tests for Windows and add Azure Pipelines for cross platform CI (#5410)
Show description for 18b03a3
Danny McCormick
authored and
j-f1
committed
18b03a3
View commit details
Copy full SHA for 18b03a3
View code at this point
Browse repository at this point
Commits on Nov 10, 2018
fix(markdown): handle CRLF correctly (#5414)
ikatyang
authored
2bb95d8
View commit details
Copy full SHA for 2bb95d8
View code at this point
Browse repository at this point
Commits on Nov 9, 2018
feat(cli): allow overriding (#5390)
ikatyang
authored
b0b5460
View commit details
Copy full SHA for b0b5460
View code at this point
Browse repository at this point
fix(html): treat CRLF as LF (#5393)
ikatyang
authored
12a8fa3
View commit details
Copy full SHA for 12a8fa3
View code at this point
Browse repository at this point
Commits on Nov 7, 2018
Bump Prettier dependency to 1.15.0
ikatyang
committed
514b6d3
View commit details
Copy full SHA for 514b6d3
View code at this point
Browse repository at this point
Commits on Nov 6, 2018
Add option to enforce certain line endings (#5327)
kachkaev
authored and
ikatyang
committed
b87fe4c
View commit details
Copy full SHA for b87fe4c
View code at this point
Browse repository at this point
Commits on Nov 4, 2018
Add an option to print single quotes in JSX (#4798)
Show description for e17512a
smirea
authored and
j-f1
committed
e17512a
View commit details
Copy full SHA for e17512a
View code at this point
Browse repository at this point
feat: support HTML/Vue/Angular (#5259)
ikatyang
authored
5e8a4a1
View commit details
Copy full SHA for 5e8a4a1
View code at this point
Browse repository at this point
Commits on Oct 17, 2018
feat: more shared utils for plugins (#5254)
evilebottnawi
authored and
vjeux
committed
023a8b7
View commit details
Copy full SHA for 023a8b7
View code at this point
Browse repository at this point
Commits on Oct 13, 2018
feat(html): whitespace-sensitive formatting (#5168)
Show description for dd4687e
ikatyang
authored
dd4687e
View commit details
Copy full SHA for dd4687e
View code at this point
Browse repository at this point
Commits on Oct 6, 2018
Add a new `trim` command to trim whitespaces in the current line (#4772)
warrenseine
authored and
ikatyang
committed
7920e6f
View commit details
Copy full SHA for 7920e6f
View code at this point
Browse repository at this point
Commits on Oct 5, 2018
Infer via shebang (#5149)
Show description for 1244729
haggholm
authored and
ikatyang
committed
1244729
View commit details
Copy full SHA for 1244729
View code at this point
Browse repository at this point
Commits on Sep 22, 2018
feat(html): switch to htmlparser2 (#5127)
Show description for 13147fa
ikatyang
authored
13147fa
View commit details
Copy full SHA for 13147fa
View code at this point
Browse repository at this point
Commits on Sep 7, 2018
refactor: move cli leven suggestion to options-normalizer (#5057)
Show description for 4ff0f26
ikatyang
authored
4ff0f26
View commit details
Copy full SHA for 4ff0f26
View code at this point
Browse repository at this point
Commits on Sep 4, 2018
feat: newline and space utils to shared (#5049)
evilebottnawi
authored
7fd346f
View commit details
Copy full SHA for 7fd346f
View code at this point
Browse repository at this point
Commits on Aug 31, 2018
refactor: extract options-normalizer/validator (#5020)
Show description for 49e2f77
ikatyang
authored
49e2f77
View commit details
Copy full SHA for 49e2f77
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.