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