mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 16:56:14 -04:00
refactor(lint): linter auto fix
This commit is contained in:
parent
8e29a97404
commit
086d31eab5
54 changed files with 1122 additions and 1503 deletions
|
@ -5,7 +5,19 @@ export const tool: ITool = {
|
|||
name: 'Device information',
|
||||
path: '/device-information',
|
||||
description: 'Get information about your current device (screen size, pixel-ratio, user agent, ...)',
|
||||
keywords: ['device', 'information', 'screen', 'pixel', 'ratio', 'status', 'data', 'computer', 'size', 'user', 'agent'],
|
||||
keywords: [
|
||||
'device',
|
||||
'information',
|
||||
'screen',
|
||||
'pixel',
|
||||
'ratio',
|
||||
'status',
|
||||
'data',
|
||||
'computer',
|
||||
'size',
|
||||
'user',
|
||||
'agent',
|
||||
],
|
||||
component: () => import('./device-information.vue'),
|
||||
icon: DeviceDesktop,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue