mirror of
				https://github.com/theoludwig/eslint-config-conventions.git
				synced 2025-11-04 00:18:57 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			75 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			75 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/sh
 | 
						|
. "$(dirname "$0")/_/husky.sh"
 | 
						|
 | 
						|
npm run lint:staged
 | 
						|
npm run test
 |