@@ -16,12 +16,6 @@
"css.validate": false,
"less.validate": false,
"scss.validate": false,
- "[shellscript]": {
- "editor.defaultFormatter": "foxundermoon.shell-format"
- },
- "[dotenv]": {
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
@@ -64,5 +58,5 @@
".eslintrc.cjs": ".eslintignore,.prettierignore,.stylelintignore,.commitlintrc.*,.prettierrc.*,.stylelintrc.*,.eslintrc-auto-import.json,.editorconfig,.commitlint.cjs"
"i18n-ally.localesPaths": ["src/locale"],
- "i18n-ally.keystyle": "nested"
+ "i18n-ally.keystyle": "flat"
}