mirror of
				https://github.com/threeal/cmake-action.git
				synced 2025-11-04 13:53:41 +00:00 
			
		
		
		
	test: run eslint command with no file arguments (#296)
				
					
				
			This commit is contained in:
		
							parent
							
								
									5df7fa3297
								
							
						
					
					
						commit
						d2c0774caa
					
				@ -5,7 +5,7 @@
 | 
				
			|||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
    "build": "ncc build src/index.ts",
 | 
					    "build": "ncc build src/index.ts",
 | 
				
			||||||
    "format": "prettier --write --cache . !dist !README.md",
 | 
					    "format": "prettier --write --cache . !dist !README.md",
 | 
				
			||||||
    "lint": "eslint .",
 | 
					    "lint": "eslint",
 | 
				
			||||||
    "test": "jest"
 | 
					    "test": "jest"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user