From d997d3883acf53fba9bad5dd01f464a63af38288 Mon Sep 17 00:00:00 2001 From: Mark Dalgleish Date: Thu, 7 Mar 2024 12:14:19 +1100 Subject: [PATCH] Add `pnpm-lock.yaml` to `.eslintignore` --- .eslintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintignore b/.eslintignore index ad78ad5ecec..90bb218295c 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,6 +2,7 @@ **/tests/__snapshots/ **/node_modules/ .tmp +pnpm-lock.yaml /playground **/__tests__/fixtures **/__tests__/**/*/fixtures