mirror of
https://github.com/requarks/wiki.git
synced 2026-08-26 05:07:30 -05:00
17 lines
297 B
JSON
17 lines
297 B
JSON
{
|
|
"eslint.enable": true,
|
|
"puglint.enable": true,
|
|
"editor.formatOnSave": false,
|
|
"editor.tabSize": 2,
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"vue"
|
|
],
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"i18n-ally.localesPaths": [
|
|
"server/locales"
|
|
]
|
|
}
|