From cbb3e43f4888fb008b28c7f2518795f3621d4e34 Mon Sep 17 00:00:00 2001 From: Deepak Jose Date: Mon, 4 Dec 2023 12:31:14 +0530 Subject: [PATCH] #3 - Updated eslint ignore files list. --- .eslintignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index 9902572..fa9df6a 100644 --- a/.eslintignore +++ b/.eslintignore @@ -11,6 +11,7 @@ tmp babel.config.js webpack.config.js dist +rollup.config.js +tailwind.config.js .eslintrc.js .prettierrc.js -jsconfig.json