Skip to content

Commit

Permalink
build: eslint 忽略生成的测试快照
Browse files Browse the repository at this point in the history
  • Loading branch information
suiyun39 committed Jan 31, 2023
1 parent 8957e20 commit 3c27c69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
.idea
dist

# 快照文件由测试工具生成,不需要检查
tests/fixtures/**/snapshot.*

0 comments on commit 3c27c69

Please sign in to comment.