2017-01-28 00:12:25 +00:00
|
|
|
{
|
2017-02-10 01:24:28 +00:00
|
|
|
"eslint.enable": true,
|
2017-05-19 23:53:23 +00:00
|
|
|
"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"
|
2019-12-20 22:19:53 +00:00
|
|
|
],
|
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
"source.fixAll.eslint": true
|
2021-10-16 02:28:57 +00:00
|
|
|
},
|
|
|
|
"i18n-ally.localesPaths": [
|
|
|
|
"server/locales"
|
|
|
|
]
|
2017-02-10 01:24:28 +00:00
|
|
|
}
|