forked from sheetjs/sheetjs
		
	- added to TS definition and tests - clarified behavior of plaintext files (fixes #641 h/t @dskrvk) - removed old test files
		
			
				
	
	
		
			11 lines
		
	
	
		
			219 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			219 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"extends": "dtslint/dtslint.json",
 | |
| 	"rules": {
 | |
| 		"whitespace": false,
 | |
| 		"no-sparse-arrays": false,
 | |
| 		"only-arrow-functions": false,
 | |
| 		"no-consecutive-blank-lines": false,
 | |
| 		"one-variable-per-declaration": false
 | |
| 	}
 | |
| }
 |