forked from sheetjs/sheetjs
		
	- jscs linting to check for trailing comma issues (h/t @altkatz) - IE: phased out lazy string indexing in favor of charCodeAt - XLSX: replaced certain operations in hot functions with faster alternatives - updated SSF to 0.7.1 - improved coverage in tests
		
			
				
	
	
		
			7 lines
		
	
	
		
			114 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			114 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "requireCommaBeforeLineBreak": true,
 | |
|   "disallowTrailingWhitespace": true,
 | |
|   "disallowTrailingComma": true
 | |
| }
 | |
| 
 |