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 }