mirror of
				https://github.com/actions/setup-java.git
				synced 2025-11-04 00:44:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			215 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			215 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
	"root": true,
 | 
						|
 | 
						|
	"extends": "@ljharb",
 | 
						|
 | 
						|
	"env": {
 | 
						|
		"es6": true
 | 
						|
	},
 | 
						|
 | 
						|
	"rules": {
 | 
						|
		"id-length": [2, { "max": 30 }],
 | 
						|
		"max-statements": [2, 16],
 | 
						|
		"no-magic-numbers": 0,
 | 
						|
		"operator-linebreak": [2, "before"]
 | 
						|
	}
 | 
						|
}
 |