mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 02:37:17 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			326 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			326 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import playwright from "eslint-plugin-playwright";
 | |
| import baseConfig from "../../eslint.config.mjs";
 | |
| 
 | |
| export default [
 | |
|     playwright.configs["flat/recommended"],
 | |
|     ...baseConfig,
 | |
|     {
 | |
|         files: [
 | |
|             "**/*.ts",
 | |
|             "**/*.js"
 | |
|         ],
 | |
|         // Override or add rules here
 | |
|         rules: {}
 | |
|     }
 | |
| ];
 |