wikijs-fork/.vscode/settings.json

17 lines
291 B
JSON
Raw Permalink Normal View History

2017-01-28 00:12:25 +00:00
{
"eslint.enable": true,
"puglint.enable": true,
2017-06-24 20:31:32 +00:00
"editor.formatOnSave": false,
2017-10-30 01:36:05 +00:00
"editor.tabSize": 2,
"eslint.validate": [
"javascript",
"vue"
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
2021-10-16 02:28:57 +00:00
},
"i18n-ally.localesPaths": [
"server/locales"
]
}