forked from sheetjs/sheetjs
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			194 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			194 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "parserOptions": {
 | 
						|
    "sourceType": "module",
 | 
						|
    "ecmaVersion": 2020
 | 
						|
  },
 | 
						|
  "plugins": [
 | 
						|
    "tree-shaking"
 | 
						|
  ],
 | 
						|
  "rules": {
 | 
						|
    "tree-shaking/no-side-effects-in-initialization": 2
 | 
						|
  }
 | 
						|
}
 |