From 1a9c367ff5f7b017120cb788fa1ebdec9c7cc30b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=9D=A4?= Date: Tue, 23 Aug 2022 16:56:41 +0800 Subject: [PATCH] fix: "eslint --fix" ignore demo/*.js --- .eslintignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.eslintignore b/.eslintignore index bb7762f79..69ced1b8b 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,6 +1,3 @@ components/**/*.js components/**/*.jsx -components/*/__tests__/type.tsx -!.eslintrc.js !components/*/__tests__/**/*.js -!components/*/demo/*