This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
mastodon
mirror of
https://github.com/tootsuite/mastodon
Watch
1
Star
1
Fork
You've already forked mastodon
0
Code
Issues
Releases
Wiki
Activity
cc70acc11c
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
}