This website requires JavaScript.
Explore
Help
Register
Sign In
treehouse
/
mastodon
Watch
21
Star
8
Fork
You've already forked mastodon
5
Code
Issues
32
Pull Requests
Projects
1
Releases
Wiki
Activity
16ede59d0a
mastodon
/
.prettierrc.js
5 lines
65 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Format JSON and YAML using Prettier (#17823) * Format JSON and YAML using Prettier * Add prettier to devDep
2022-03-21 03:46:11 +00:00
module
.
exports
=
{
Use Prettier for ESLint formatting TypeScript (#23631)
2023-05-09 17:02:12 +00:00
singleQuote
:
true
,
jsxSingleQuote
:
true
Format JSON and YAML using Prettier (#17823) * Format JSON and YAML using Prettier * Add prettier to devDep
2022-03-21 03:46:11 +00:00
}