This website requires JavaScript.
Explore
Help
Sign In
obsidian-plugin
/
friebetill_obsidian-file-diff
Watch
1
Star
0
Fork
You've already forked friebetill_obsidian-file-diff
0
mirror of
https://github.com/friebetill/obsidian-file-diff.git
synced
2026-07-22 07:40:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
master
friebetill_obsidian-file-diff
/
.prettierrc.json
7 lines
81 B
JSON
Raw
Permalink
Normal View
History
Unescape
Escape
Follow guide https://bit.ly/3JIZGTE to improve Prettier + ESLint
2023-02-02 14:36:11 +00:00
{
"trailingComma"
:
"es5"
,
"tabWidth"
:
4
,
Add semicolons to prevent difficult to debug bugs
2023-02-22 04:14:02 +00:00
"semi"
:
true
,
Follow guide https://bit.ly/3JIZGTE to improve Prettier + ESLint
2023-02-02 14:36:11 +00:00
"singleQuote"
:
true
}
Reference in a new issue
Copy permalink