From d49b2f4cdc35e8f398edccf213ef7b5865d3df90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Fri, 15 Apr 2022 00:41:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(.eslintignore):=20eslint=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E5=BF=BD=E7=95=A5=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: ce37edfd0d565fa54475db4315479bec2a6b7abf --- .eslintignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .eslintignore diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 00000000..46d4b177 --- /dev/null +++ b/.eslintignore @@ -0,0 +1,16 @@ +*.sh +node_modules +*.md +*.woff +*.ttf +.vscode +.idea +dist +/public +/docs +.husky +.local +/bin +.eslintrc.js +prettier.config.js +src/assets \ No newline at end of file