From 5394db31f072a5bd7733279c9fe069868f291da6 Mon Sep 17 00:00:00 2001 From: Amit Amrutiya Date: Tue, 13 Feb 2024 17:01:09 +0530 Subject: [PATCH] fix eslint failed issue --- frontend/postcss.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/postcss.config.js b/frontend/postcss.config.js index 8567b4c..a6d838d 100644 --- a/frontend/postcss.config.js +++ b/frontend/postcss.config.js @@ -1,3 +1,5 @@ +/* eslint-disable no-undef */ + module.exports = { plugins: { tailwindcss: {},