From 07c1e6acb1b5aad2bc27d814e811a5821e90941f Mon Sep 17 00:00:00 2001 From: smthbh Date: Tue, 29 Apr 2025 09:03:48 -0400 Subject: [PATCH] set linter warnings to 0 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e469842..32024ee 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,4 +10,4 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 - run: npm ci - - run: npm run lint -- --max-warnings=4 + - run: npm run lint -- --max-warnings=0