forked from sheetjs/sheetjs
		
	
		
			
	
	
		
			11 lines
		
	
	
		
			231 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			231 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|  | { | ||
|  | 	"parser": "@typescript-eslint/parser", | ||
|  | 	"env": { "shared-node-browser":true }, | ||
|  | 	"plugins": ["@typescript-eslint"], | ||
|  | 	"extends": ["plugin:@typescript-eslint/recommended"], | ||
|  | 	"rules": { | ||
|  | 		"no-var": 0, | ||
|  | 		"semi": [ 2, "always" ] | ||
|  | 	} | ||
|  | } |