mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 12:54:08 +01:00 
			
		
		
		
	chore: Remove cross-env from eslint
This commit is contained in:
		@@ -25,8 +25,8 @@
 | 
			
		||||
    "dev:vite": "tsx .vite/server.ts",
 | 
			
		||||
    "dev:coverage": "pnpm coverage:cypress:clean && VITE_COVERAGE=true pnpm dev:vite",
 | 
			
		||||
    "release": "pnpm build",
 | 
			
		||||
    "lint": "cross-env eslint --cache --cache-strategy content . && pnpm lint:jison && prettier --cache --check .",
 | 
			
		||||
    "lint:fix": "cross-env eslint --cache --cache-strategy content --fix . && prettier --write . && tsx scripts/fixCSpell.ts",
 | 
			
		||||
    "lint": "eslint --cache --cache-strategy content . && pnpm lint:jison && prettier --cache --check .",
 | 
			
		||||
    "lint:fix": "eslint --cache --cache-strategy content --fix . && prettier --write . && tsx scripts/fixCSpell.ts",
 | 
			
		||||
    "lint:jison": "tsx ./scripts/jison/lint.mts",
 | 
			
		||||
    "contributors": "tsx scripts/updateContributors.ts",
 | 
			
		||||
    "cypress": "cypress run",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user