From 4a1f6d7fb495b055ee7ff63258120de34e673cd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=D0=B0ramtamt=C4=81m?= <7326800+tarampampam@users.noreply.github.com> Date: Thu, 20 Jun 2024 15:14:41 +0400 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f90a21..22cb8ed 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Installs and runs gitleaks in your actions workflow", "main": "src/index.js", "scripts": { - "lint": "eslint --config package.json ./src/**/*.js", + "lint": "eslint --config package.json './src/**/*.js'", "build": "ncc build src/index.js -o dist --minify --no-cache" }, "repository": {