mirror of
				https://github.com/threeal/cmake-action.git
				synced 2025-11-04 05:43:42 +00:00 
			
		
		
		
	test: modify lint command to only process src dir
				
					
				
			This commit is contained in:
		
							parent
							
								
									7fdc3b26ea
								
							
						
					
					
						commit
						bab81354c2
					
				@ -1,6 +1,5 @@
 | 
			
		||||
{
 | 
			
		||||
  "root": true,
 | 
			
		||||
  "ignorePatterns": ["dist"],
 | 
			
		||||
  "extends": ["eslint:recommended"],
 | 
			
		||||
  "overrides": [
 | 
			
		||||
    {
 | 
			
		||||
 | 
			
		||||
@ -4,7 +4,7 @@
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "build": "ncc build src/index.ts",
 | 
			
		||||
    "format": "prettier --write --cache . !dist !README.md",
 | 
			
		||||
    "lint": "eslint --ignore-path .gitignore .",
 | 
			
		||||
    "lint": "eslint src",
 | 
			
		||||
    "test": "jest"
 | 
			
		||||
  },
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user