refactor(lint): linter auto fix

This commit is contained in:
Corentin Thomasset
2022-04-22 23:31:40 +02:00
parent 8e29a97404
commit 086d31eab5
54 changed files with 1122 additions and 1503 deletions

View File

@@ -8,4 +8,4 @@ export const tool: ITool = {
keywords: ['html', 'entities', 'escape', 'unescape', 'special', 'characters', 'tags'],
component: () => import('./html-entities.vue'),
icon: Code,
};
};