Skip to content

feat: adds a file structure sidebar in the editor #2822

feat: adds a file structure sidebar in the editor

feat: adds a file structure sidebar in the editor #2822

GitHub Actions / ESLint failed Jul 14, 2024 in 0s

2 errors and 3 warnings

ESLint found 2 errors and 3 warnings

Annotations

Check failure on line 207 in src/locales/en.json

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/locales/en.json#L207

Expected object keys to be in insensitive ascending order. 'FileStructure' should be before 'Uploading' (jsonc/sort-keys)

Check failure on line 203 in src/locales/zh.json

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/locales/zh.json#L203

Expected object keys to be in insensitive ascending order. 'FileStructure' should be before 'Uploading' (jsonc/sort-keys)

Check warning on line 75 in src/components/TheEditor.vue

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/components/TheEditor.vue#L75

Expected '#label' instead of 'v-slot:label' (vue/v-slot-style)

Check warning on line 78 in src/components/TheEditor.vue

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/components/TheEditor.vue#L78

Expected '#append' instead of 'v-slot:append' (vue/v-slot-style)

Check warning on line 78 in src/components/TheEditor.vue

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/components/TheEditor.vue#L78

Attribute "v-if" should go before "v-slot:append" (vue/attributes-order)