From a7dd5b47d3495b33956f656502fedab06f516e6d Mon Sep 17 00:00:00 2001 From: Inga Date: Sun, 22 Oct 2023 17:13:46 +0000 Subject: [PATCH] do not auto-fix linting errors --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b66c31c..260962a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "start:dev": "nest start --watch", "start:debug": "nest start --debug --watch", "start:prod": "node dist/main", - "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", + "lint": "eslint \"{src,apps,libs,test}/**/*.ts\"", "test": "jest", "test:watch": "jest --watch", "test:cov": "jest --coverage",