feat: adds a file structure sidebar in the editor #2822
2 errors and 3 warnings
ESLint found 2 errors and 3 warnings
Annotations
Check failure on line 207 in src/locales/en.json
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
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
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
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
github-actions / ESLint
src/components/TheEditor.vue#L78
Attribute "v-if" should go before "v-slot:append" (vue/attributes-order)