From 4bf4bae97d317bb7eabe4edca45bb55509ee0fe1 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Thu, 23 Jan 2025 02:02:15 -0800 Subject: [PATCH] chore: lint command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be88476..d824ab8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "scripts": { "build": "tsc", - "lint": "eslint src test --max-warnings 0", + "lint": "eslint src --max-warnings 0", "start": "op run --env-file='./prod.env' -- node prod/index.js", "test": "echo 'No tests yet!' && exit 0" },