forketyfork_obsidian-youtra.../.prettierrc
Forketyfork cce785fee8
0.2.0: Configure note template
- added the possibility to configure note template;
- added Claude instructions;
- reformatted code;
- fixed some of the build instructions;
- added prettier and reformatted the code.
2025-05-02 07:53:25 +02:00

9 lines
145 B
Text

{
"tabWidth": 2,
"useTabs": true,
"semi": true,
"singleQuote": false,
"trailingComma": "es5",
"printWidth": 120,
"arrowParens": "avoid"
}