Some checks failed
		
		
	
	Types tests / Test (lts/*) (push) Has been cancelled
				
			Lint / Lint (lts/*) (push) Has been cancelled
				
			CodeQL / Analyze (javascript) (push) Has been cancelled
				
			CI / Test (20) (push) Has been cancelled
				
			CI / Test (22) (push) Has been cancelled
				
			CI / Test (24) (push) Has been cancelled
				
			
		
			
				
	
	
		
			19 lines
		
	
	
		
			267 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			267 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "arrowParens": "avoid",
 | 
						|
  "endOfLine": "lf",
 | 
						|
  "printWidth": 80,
 | 
						|
  "semi": true,
 | 
						|
  "tabWidth": 2,
 | 
						|
  "trailingComma": "es5",
 | 
						|
  "useTabs": false,
 | 
						|
 | 
						|
  "overrides": [
 | 
						|
    {
 | 
						|
      files: ["tsconfig.json"],
 | 
						|
      options: {
 | 
						|
        parser: "json",
 | 
						|
      },
 | 
						|
    },
 | 
						|
  ]
 | 
						|
}
 |