Style: make code style consistent #186

Merged
jakob.scheid merged 29 commits from style/make-code-style-consistent into main 2026-08-09 13:09:54 +02:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 0a7bf94c4c - Show all commits
@@ -89,7 +89,7 @@ describe('SettingsInput', () => {
const wrapper = getWrapper({
type: 'string',
i18n: 'input',
defaultValue: defaultValue,
defaultValue,
piniaOptions: {
setupStores: () => {
const store = useSettingsStore();
@@ -30,7 +30,7 @@ const getWrapper = function getWrapper({ content = [], translations = {}, piniaO
name: 'section',
type: 'section',
i18n: 'section',
content: content
content
},
path: 'section'
}
+1 -1
View File
@@ -34,7 +34,7 @@ export const SUPPORTED_LANGUAGES = [
export const i18n = createI18n({
legacy: false,
locale: fallbackLocale,
fallbackLocale: fallbackLocale,
fallbackLocale,
messages: {}
});