mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-28 16:06:47 +01:00
14 lines
375 B
JSON
14 lines
375 B
JSON
{
|
|
"files.eol": "\n",
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"javascript.format.enable": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnSaveMode": "modificationsIfAvailable",
|
|
"eslint.packageManager": "npm",
|
|
"eslint.run": "onSave",
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"eslint.execArgv": ["--cache"]
|
|
}
|