From 6e2815dcd2e51206b5e133f1b16ce9fdd7597a5d Mon Sep 17 00:00:00 2001 From: 刘汉宸 Date: Fri, 19 Jun 2020 17:18:54 +0800 Subject: [PATCH] chore: 修改Eslint配置文件 --- .eslintignore | 3 ++- .prettierignore | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.eslintignore b/.eslintignore index 4ff4fd4..ab028bf 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ *.svg *.md -public \ No newline at end of file +public +lib \ No newline at end of file diff --git a/.prettierignore b/.prettierignore index c8a515d..8955321 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,2 +1,3 @@ *.svg -public \ No newline at end of file +public +lib \ No newline at end of file -- libgit2 0.21.0