mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	
		
			
	
	
		
			17 lines
		
	
	
		
			283 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			17 lines
		
	
	
		
			283 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
|  | module.exports = { | ||
|  |     "env": { | ||
|  |         "browser": true, | ||
|  |         "commonjs": true, | ||
|  |         "es2021": true, | ||
|  |         "node": true | ||
|  |     }, | ||
|  |     "extends": "eslint:recommended", | ||
|  |     "overrides": [ | ||
|  |     ], | ||
|  |     "parserOptions": { | ||
|  |         "ecmaVersion": "latest" | ||
|  |     }, | ||
|  |     "rules": { | ||
|  |     } | ||
|  | } |