mirror of
				https://github.com/shivammathur/setup-php.git
				synced 2025-10-31 07:16:22 +07:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			173 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			173 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
| 	"rules": {
 | |
| 		"array-bracket-newline": 0,
 | |
| 		"array-element-newline": 0,
 | |
| 		"max-statements-per-line": [2, { "max": 3 }],
 | |
| 		"no-magic-numbers": [0],
 | |
| 		"sort-keys": [0]
 | |
| 	}
 | |
| }
 | 
