elk/.vscode/settings.json

28 wiersze
539 B
JSON
Czysty Zwykły widok Historia

2022-11-13 05:34:43 +00:00
{
"prettier.enable": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"files.associations": {
"*.css": "postcss"
},
2022-11-13 16:05:32 +00:00
"editor.formatOnSave": false,
"cSpell.words": [
2022-11-14 02:20:07 +00:00
"masto",
2022-11-29 06:57:32 +00:00
"Nuxtodon",
2022-11-29 22:47:24 +00:00
"unmute",
"unstorage"
],
"i18n-ally.localesPaths": [
"locales"
],
"i18n-ally.keystyle": "nested",
2022-11-29 06:57:32 +00:00
"i18n-ally.sourceLanguage": "en-US",
"i18n-ally.preferredDelimiter": "_",
2022-12-27 18:00:42 +00:00
"i18n-ally.sortKeys": true,
"i18n-ally.keysInUse": [
"time_ago_options.*",
"visibility.*"
]
2022-11-13 05:34:43 +00:00
}