mirror of
https://github.com/Art051/it-tools.git
synced 2025-08-11 19:29:03 +00:00
refactor(lint): linter auto fix
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user