From 768e0ff8c1ae3a53fb1f7ec5ccc58e83f62e2248 Mon Sep 17 00:00:00 2001 From: Corneliu CROITORU Date: Tue, 23 Jul 2024 15:24:03 +0200 Subject: [PATCH] remove lint --- .github/workflows/on-docs-update.yml | 4 ---- package.json | 1 - 2 files changed, 5 deletions(-) diff --git a/.github/workflows/on-docs-update.yml b/.github/workflows/on-docs-update.yml index f881a30..c74764b 100644 --- a/.github/workflows/on-docs-update.yml +++ b/.github/workflows/on-docs-update.yml @@ -14,10 +14,6 @@ permissions: id-token: write jobs: - # Lint the code and check for spelling errors. - lint: - uses: ./.github/workflows/run-lint.yml - # Build the documentation. build: needs: lint diff --git a/package.json b/package.json index c98cc53..ad820bc 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,6 @@ "@aws-sdk/lib-dynamodb": "^3.610.0", "@aws-sdk/util-dynamodb": "^3.609.0", "axios": "^1.7.2", - "eslint": "^9.7.0", "natural": "^7.0.7", "openai": "^4.52.7", "stopword": "^3.0.1"