Fixed Linting Problems
This commit is contained in:
		@@ -10,8 +10,8 @@
 | 
			
		||||
		"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
 | 
			
		||||
		"start": "nest start",
 | 
			
		||||
		"start:dev": "nest start --watch",
 | 
			
		||||
		"lint": "eslint \"{src,apps,libs,test}/**/*.ts\"",
 | 
			
		||||
		"lint-fix": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
 | 
			
		||||
		"lint": "eslint \"src/**/*.ts\"",
 | 
			
		||||
		"lint-fix": "eslint \"src/**/*.ts\" --fix",
 | 
			
		||||
		"test": "jest",
 | 
			
		||||
		"test:watch": "jest --watch",
 | 
			
		||||
		"test:cov": "jest --coverage",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user