mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 04:44:08 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			201 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			201 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
export default {
 | 
						|
  '!(docs/**/*)*.{ts,js,json,html,md,mts}': ['eslint --fix', 'prettier --write'],
 | 
						|
  'cSpell.json': ['ts-node-esm scripts/fixCSpell.ts'],
 | 
						|
  '**/*.jison': ['pnpm -w run lint:jison'],
 | 
						|
};
 |