Skip to content

Commit

Permalink
fix(json-editor): es-lint fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnydanu committed Oct 27, 2024
1 parent d71762d commit 9aef12f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tools/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export const toolsByCategory: ToolCategory[] = [
chmodCalculator,
dockerRunToDockerComposeConverter,
xmlFormatter,
yamlViewer,
yamlViewer,
emailNormalizer,
regexTester,
regexMemo,
Expand Down
3 changes: 2 additions & 1 deletion src/tools/json-editor/json-editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ function updateJsonPath(selection: JSONEditorSelection) {
</n-form-item>
</div>
</template>

<style>
/* load one or multiple themes */
.jse-theme-dark {
Expand All @@ -64,4 +65,4 @@ function updateJsonPath(selection: JSONEditorSelection) {
--jse-text-color: #d4d4d4;
--jse-text-color-inverse: #4d4d4d;
}
</style>
</style>

0 comments on commit 9aef12f

Please sign in to comment.