mirror of
https://github.com/forketyfork/obsidian-youtrack-fetcher.git
synced 2026-07-22 05:46:13 +00:00
- added the possibility to configure note template; - added Claude instructions; - reformatted code; - fixed some of the build instructions; - added prettier and reformatted the code.
9 lines
145 B
Text
9 lines
145 B
Text
{
|
|
"tabWidth": 2,
|
|
"useTabs": true,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"trailingComma": "es5",
|
|
"printWidth": 120,
|
|
"arrowParens": "avoid"
|
|
}
|