This website requires JavaScript.
Explore
Help
Register
Sign In
zelo72
/
mastodon
mirror of
https://github.com/mastodon/mastodon
Watch
2
Star
2
Fork
You've already forked mastodon
1
Code
Issues
9
Releases
Wiki
Activity
405f141fe0
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 04:46:11 +01:00
module
.
exports
=
{
Use Prettier for ESLint formatting TypeScript (#23631)
2023-05-09 19:02:12 +02: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 04:46:11 +01:00
}