From 870ee861ca2480f38485822f33618e72aa25ab18 Mon Sep 17 00:00:00 2001 From: WaitSpring Date: Fri, 5 Jan 2024 14:03:54 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=F0=9F=93=A6=EF=B8=8F=20update=20lint?= =?UTF-8?q?=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: WaitSpring --- .eslintignore | 4 +++- .stylelintignore | 12 +++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.eslintignore b/.eslintignore index 77a6e611..29a7226b 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,4 +2,6 @@ /docs/ /i18n/ /node_modules/ -/vendor/ \ No newline at end of file +/vendor/ +package.json +package-lock.json \ No newline at end of file diff --git a/.stylelintignore b/.stylelintignore index 397e2588..991ba322 100644 --- a/.stylelintignore +++ b/.stylelintignore @@ -1,5 +1,7 @@ -/.storybook/ -/docs/ -/node_modules/ -/skinStyles/jquery.ui/ -/vendor/ \ No newline at end of file +/.storybook/ +/docs/ +/node_modules/ +/skinStyles/jquery.ui/ +/vendor/ +package.json +package-lock.json \ No newline at end of file