BigScreenUI/.vscode/settings.json

12 lines
246 B
JSON

{
"typescript.tsdk": "node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
},
"editor.formatOnSave": true,
"i18n-ally.localesPaths": [
"locales"
],
"scss.lint.unknownAtRules": "ignore"
}