|  |  |  | @ -41,10 +41,10 @@ | 
		
	
		
			
				|  |  |  |  |     "eslint": "eslint .", | 
		
	
		
			
				|  |  |  |  |     "jscs": "yarn grunt jscs", | 
		
	
		
			
				|  |  |  |  |     "jshint": "yarn grunt jshint", | 
		
	
		
			
				|  |  |  |  |     "lint": "yarn format-check && yarn eslint && yarn grunt lint && yarn tslint", | 
		
	
		
			
				|  |  |  |  |     "lint": "yarn format --list-different && yarn lint-windows", | 
		
	
		
			
				|  |  |  |  |     "lint-windows": "yarn eslint && yarn grunt lint && yarn tslint", | 
		
	
		
			
				|  |  |  |  |     "tslint": "tslint --config tslint.json --format stylish --project .", | 
		
	
		
			
				|  |  |  |  |     "format": "prettier --write \"*.js\" \"js/**/*.js\" \"ts/**/*.{ts,tsx}\" \"test/**/*.js\"", | 
		
	
		
			
				|  |  |  |  |     "format-check": "prettier --list-different \"*.js\" \"js/**/*.js\" \"ts/**/*.{ts,tsx}\" \"test/**/*.js\"", | 
		
	
		
			
				|  |  |  |  |     "transpile": "tsc", | 
		
	
		
			
				|  |  |  |  |     "clean-transpile": "rimraf ts/**/*.js ts/*.js", | 
		
	
		
			
				|  |  |  |  |     "open-coverage": "open coverage/lcov-report/index.html", | 
		
	
	
		
			
				
					|  |  |  | 
 |