mirror of
				https://github.com/aurora-dot/pastel.codes.git
				synced 2025-11-04 00:51:35 +00:00 
			
		
		
		
	* Add dev-dependancies * Security update npm packages * Force audit fix * Add linting, formatting and precommit * Format files
		
			
				
	
	
		
			5 lines
		
	
	
		
			58 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			58 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/sh
 | 
						|
. "$(dirname "$0")/_/husky.sh"
 | 
						|
 | 
						|
npx lint-staged
 |