mirror of
				https://github.com/crazy-max/ghaction-upx.git
				synced 2025-11-03 20:48:11 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			247 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			247 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
	"root": true,
 | 
						|
 | 
						|
	"extends": "@ljharb",
 | 
						|
 | 
						|
	"env": {
 | 
						|
		"es6": true
 | 
						|
	},
 | 
						|
 | 
						|
	"rules": {
 | 
						|
		"id-length": [2, { "max": 30 }],
 | 
						|
		"max-statements": [2, 16],
 | 
						|
		"multiline-comment-style": 0,
 | 
						|
		"no-magic-numbers": 0,
 | 
						|
		"operator-linebreak": [2, "before"]
 | 
						|
	}
 | 
						|
}
 |