mirror of
https://github.com/CorentinTh/it-tools
synced 2026-08-24 18:06:55 +00:00
refactor(lint): fixed linting
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
label="Input text"
|
||||
hide-details
|
||||
auto-grow
|
||||
|
||||
/>
|
||||
|
||||
<table>
|
||||
@@ -35,7 +34,7 @@ import {Component} from 'nuxt-property-decorator'
|
||||
import {CopyableMixin} from '~/mixins/copyable.mixin'
|
||||
import Tool from '~/components/Tool.vue'
|
||||
import type {ToolConfig} from '~/types/ToolConfig'
|
||||
import {formatBytes} from '~/utils/convert';
|
||||
import {formatBytes} from '~/utils/convert'
|
||||
|
||||
@Component({
|
||||
mixins: [CopyableMixin]
|
||||
|
||||
Reference in New Issue
Block a user