mirror of
				https://github.com/microsoft/playwright.git
				synced 2025-06-26 21:40:17 +00:00 
			
		
		
		
	
		
			
	
	
		
			16 lines
		
	
	
		
			345 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
		
			345 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
|   | module.exports = { | ||
|  |   extends: "./.eslintrc.js", | ||
|  |   parserOptions: { | ||
|  |     ecmaVersion: 9, | ||
|  |     sourceType: "module", | ||
|  |     project: "./tsconfig.json", | ||
|  |   }, | ||
|  |   rules: { | ||
|  |     "@typescript-eslint/no-base-to-string": "error", | ||
|  |     "@typescript-eslint/no-unnecessary-boolean-literal-compare": 2, | ||
|  |   }, | ||
|  |   parserOptions: { | ||
|  |     project: "./tsconfig.json" | ||
|  |   }, | ||
|  | }; |