From 30cae57bc99c8bf525c191edfdf5984fb691661a Mon Sep 17 00:00:00 2001 From: Max Shyn Date: Tue, 14 May 2024 11:56:46 +0500 Subject: [PATCH] eslint fix auto --- capguru/project.json | 5 ++++- capsolver/project.json | 4 +++- captcha-client/project.json | 5 ++++- twocaptcha/project.json | 4 +++- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/capguru/project.json b/capguru/project.json index f934797..32c76ef 100644 --- a/capguru/project.json +++ b/capguru/project.json @@ -21,7 +21,10 @@ }, "lint": { "executor": "@nx/eslint:lint", - "outputs": ["{options.outputFile}"] + "outputs": ["{options.outputFile}"], + "options": { + "fix": true + } }, "test": { "executor": "@nx/jest:jest", diff --git a/capsolver/project.json b/capsolver/project.json index a8ce7b6..ea2fca8 100644 --- a/capsolver/project.json +++ b/capsolver/project.json @@ -7,7 +7,9 @@ "lint": { "executor": "@nx/eslint:lint", "outputs": ["{options.outputFile}"], - "options": {"fix": true} + "options": { + "fix": true + } }, "test": { "executor": "@nx/jest:jest", diff --git a/captcha-client/project.json b/captcha-client/project.json index b7d9e56..8f06df9 100644 --- a/captcha-client/project.json +++ b/captcha-client/project.json @@ -6,7 +6,10 @@ "targets": { "lint": { "executor": "@nx/eslint:lint", - "outputs": ["{options.outputFile}"] + "outputs": ["{options.outputFile}"], + "options": { + "fix": true + } }, "test": { "executor": "@nx/jest:jest", diff --git a/twocaptcha/project.json b/twocaptcha/project.json index 60bd685..5a716ad 100644 --- a/twocaptcha/project.json +++ b/twocaptcha/project.json @@ -7,7 +7,9 @@ "lint": { "executor": "@nx/eslint:lint", "outputs": ["{options.outputFile}"], - "options": {"fix": true} + "options": { + "fix": true + } }, "test": { "executor": "@nx/jest:jest",