wikijs-fork/.vscode/settings.json

17 lines
291 B
JSON
Raw Normal View History

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