mirror of
				https://github.com/ijaric/voice_assistant.git
				synced 2025-10-30 23:53:25 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			91 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			91 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env sh
 | |
| . "$(dirname $0)/.huskyrc"
 | |
| . "$(dirname $0)/_/husky.sh"
 | |
| 
 | |
| npx lint-staged
 |