From cc23fe4070da47fbc8b6c729cd6076a50c8b1e3f Mon Sep 17 00:00:00 2001 From: YuTengjing Date: Thu, 18 Jan 2024 22:03:13 +0800 Subject: [PATCH] build: ignore lint tests/fixtures --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index edb51ca..9e4789e 100644 --- a/package.json +++ b/package.json @@ -66,6 +66,9 @@ }, "eslintConfig": { "extends": "@yutengjing/eslint-config-typescript", + "ignorePatterns": [ + "tests/fixtures" + ], "rules": { "jsdoc/tag-lines": 0 }