mirror of
				https://github.com/open-webui/desktop
				synced 2025-06-26 18:15:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			329 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			329 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"env": {
 | |
| 		"browser": true,
 | |
| 		"es6": true,
 | |
| 		"node": true
 | |
| 	},
 | |
| 	"extends": [
 | |
| 		"eslint:recommended",
 | |
| 		"plugin:@typescript-eslint/eslint-recommended",
 | |
| 		"plugin:@typescript-eslint/recommended",
 | |
| 		"plugin:import/recommended",
 | |
| 		"plugin:import/electron",
 | |
| 		"plugin:import/typescript"
 | |
| 	],
 | |
| 	"parser": "@typescript-eslint/parser"
 | |
| }
 |