This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
glitch-social
mirror of
https://github.com/glitch-soc/mastodon
Watch
1
Star
0
Fork
You've already forked glitch-social
0
Code
Releases
Activity
3a679844e4
glitch-social
/
.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 18:02:12 +01: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
}