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