fix(lint): missing new lines
This commit is contained in:
		
							parent
							
								
									9da56da096
								
							
						
					
					
						commit
						3cfc5f8bc2
					
				| @ -4,7 +4,8 @@ import type { ITool } from '../Tool'; | |||||||
| export const tool: ITool = { | export const tool: ITool = { | ||||||
|   name: 'Git cheatsheet', |   name: 'Git cheatsheet', | ||||||
|   path: '/git-memo', |   path: '/git-memo', | ||||||
|   description: 'Git is a decentralized version management software. With this cheatsheet you will have a quick access to the most common git commands.', |   description: | ||||||
|  |     'Git is a decentralized version management software. With this cheatsheet you will have a quick access to the most common git commands.', | ||||||
|   keywords: ['git', 'push', 'force', 'pull', 'commit', 'amend', 'rebase', 'merge', 'reset', 'soft', 'hard', 'lease'], |   keywords: ['git', 'push', 'force', 'pull', 'commit', 'amend', 'rebase', 'merge', 'reset', 'soft', 'hard', 'lease'], | ||||||
|   component: () => import('./git-memo.vue'), |   component: () => import('./git-memo.vue'), | ||||||
|   icon: BrandGit, |   icon: BrandGit, | ||||||
|  | |||||||
| @ -4,7 +4,8 @@ import type { ITool } from './../Tool'; | |||||||
| export const tool: ITool = { | export const tool: ITool = { | ||||||
|   name: 'Url parser', |   name: 'Url parser', | ||||||
|   path: '/url-parser', |   path: '/url-parser', | ||||||
|   description: 'Parse an url string to get all the different parts (protocol, origin, params, port, username-password, ...)', |   description: | ||||||
|  |     'Parse an url string to get all the different parts (protocol, origin, params, port, username-password, ...)', | ||||||
|   keywords: ['url', 'parser', 'protocol', 'origin', 'params', 'port', 'username', 'password', 'href'], |   keywords: ['url', 'parser', 'protocol', 'origin', 'params', 'port', 'username', 'password', 'href'], | ||||||
|   component: () => import('./url-parser.vue'), |   component: () => import('./url-parser.vue'), | ||||||
|   icon: Unlink, |   icon: Unlink, | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user